Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.08 KB

actionlint.md

File metadata and controls

46 lines (32 loc) · 1.08 KB
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
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

Actionlint

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.

Links