Antti Harju

Results 6 issues of Antti Harju

**What** I made small careful commits and tried to explain each in their message. Reviewing this PR commit-by-commit might be the easiest way to understand it. **Why** https://github.blog/changelog/label/actions+deprecation/ is a...

### What / Why - Fix https://github.com/mpalmer/action-validator/issues/105 - and https://github.com/mpalmer/action-validator/issues/27 ### How I had some free time on my hands so I spent Nov 21 to Nov 30 on building...

Hi, thanks for creating this awesome tool. It works great as a git hook. Unfortunately, if the current working directory includes a lot of gitignored files, it appears that validating...

pr-welcome

Hi, thanks for the awesome tool. I've been using it in GitHub Actions with this fairly simple composite action https://github.com/anttiharju/actions/blob/fbadff9c415c57e03eabe0d5273ad1f9b93ec43c/action-validator/action.yml: ```yml name: action-validator description: Runs action-validator with verbose output on...

pr-welcome

Hi, thanks for this awesome tool. It has saved me many times from pushing a faulty version of my workflows. One issue that keeps biting me is what's described in...

Hi, thanks for this awesome tool. I've been using it in CI and locally like this: ```sh git ls-files -z ".github/*/*.yml" "*/action.yml" | xargs -0 action-validator --verbose ``` This is...

pr-welcome