actionlint

Static checker for GitHub Actions workflow files

brewmacoslinux
Try with needOr install directly
Source

About

Static checker for GitHub Actions workflow files

Commands

actionlint

Examples

Check a single workflow file for errors$ actionlint .github/workflows/main.yml
Check all workflow files in the workflows directory$ actionlint .github/workflows/
Check with verbose output and exit on first error$ actionlint -verbose -exit-status .github/workflows/*.yml