mpalmer / action-validator

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

define a pre-commit hook directly #11

Closed jannikmi closed 2 years ago

jannikmi commented 2 years ago

I would love to use this tool in my repos, but I cannot bother my colleagues to download some special linting tool. Wouldn't it be possible to define a pre-commit hook directly like for example done here: https://github.com/dnephin/pre-commit-golang/blob/master/.pre-commit-hooks.yaml

mpalmer commented 2 years ago

I don't know whether it would be possible, as I have no idea what that file does. A PR that includes whatever additional metadata would be helpful to you would be accepted, if it doesn't impact existing functionality.