description | title | layout | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Explore our guide on Actionlint, the linter for Github Actions. Learn about its features, installation, and configuration. |
Trunk | How to run Actionlint |
|
Actionlint is a linter for GitHub.
You can enable the Actionlint linter with:
trunk check enable actionlint
Actionlint will be auto-enabled if any Github-workflow files are present.
Actionlint supports the following config files:
.github/actionlint.yaml
.github/actionlint.yml
Unlike with most tools under trunk check
, these files cannot be moved.
- Actionlint site
- Actionlint Trunk Code Quality integration source
- Trunk Code Quality's open source plugins repo