mschuett / yaml-shellcheck

Wrapper script to run shellcheck on YAML CI-config files
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

Feature request: check Github Action files too (not just Github Workflow files) #11

Closed lukaw3d closed 1 month ago

lukaw3d commented 2 months ago

https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-composite-action#creating-an-action-metadata-file

Naive implementation: https://github.com/lukaw3d/yaml-shellcheck/commit/48e1ccccc2d5675be4939534ab7acf685be3ff98 I don't know if this conflicts with any other format; and it checks if inputs field exists, even tho it is optional

mschuett commented 1 month ago

implemented in the PR and released as part of v1.4.0