-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
pr-welcomeThis would be a good fix/feature, but the maintainer isn't planning on doing the workThis would be a good fix/feature, but the maintainer isn't planning on doing the work
Description
Hi, thanks for this awesome tool.
I've been using it in CI and locally like this:
git ls-files -z ".github/*/*.yml" "*/action.yml" | xargs -0 action-validator --verboseThis is bit of an incantation and I would love for the tool to be a bit more ergonomic. Given that the focus is on GitHub Actions, it should be safe to assume that any of the files that need validating are tracked by Git, so I think we could bake in the git ls-files -z ".github/*/*.yml" "*/action.yml", so that the tool could be used like this:
action-validatorthis would be similar to how actionlint works, it can be simply used like this:
actionlintReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pr-welcomeThis would be a good fix/feature, but the maintainer isn't planning on doing the workThis would be a good fix/feature, but the maintainer isn't planning on doing the work