Actionlint

Explore our guide on Actionlint, the linter for Github Actions. Learn about its features, installation, and configuration.

Actionlint is a linter for GitHub.

You can enable the Actionlint linter with:

trunk check enable actionlint

Auto Enabling

Actionlint will be auto-enabled if any Github-workflow files are present.

Settings

Actionlint supports the following config files:

  • .github/actionlint.yaml

  • .github/actionlint.yml

Unlike with most tools under trunk check, these files cannot be moved.

Last updated