mpalmer / action-validator

Tool to validate GitHub Action and Workflow YAML files
GNU General Public License v3.0
277 stars 23 forks source link

Question: Does action-validator support passing multiple filenames as arguments? #19

Closed airtonix closed 1 year ago

airtonix commented 1 year ago

I want to use action-validator in our lint-staged setup that executes on precommit via husky.

the way lint-staged works is by:

it executes the command like so:

the-command ./file ./file ./file ./file

Does action-validator support this?

mpalmer commented 1 year ago

No, although a PR to support that would be accepted.