ghalint

Linter for GitHub Actions workflows with customizable rules

brewmacoslinux
Try with needOr install directly
Source

About

GitHub Actions linter

Commands

ghalint

Examples

Lint a single GitHub Actions workflow file$ ghalint .github/workflows/ci.yml
Lint all workflow files in the workflows directory$ ghalint .github/workflows/
Lint with custom config file and show detailed output$ ghalint --config .ghalint.yaml .github/workflows/