jbergstroem / hadolint-gh-action

A hadolint linter for github actions that provides code annotations (and more)
MIT License
12 stars 5 forks source link

chore: merge lint workflows #89

Closed jbergstroem closed 2 years ago

jbergstroem commented 2 years ago

Github unfortunately doesn't deal well with multiple workflows using a similar name (in this case "lint"). It is currently required in order to do fine-grained event triggers, since there's no need to run an action linter if the actions werern't changed.

We now instead look at what files have changed and skip running a job if it doesn't apply.