diff --git a/index.html b/index.html index 0779e5991..eac352f4e 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@
-color
Always enable colorful output. This is useful to force colorful outputs
-config-file
File path to config file
-debug
Enable debug output (for development)
-format
Custom template to format error messages in Go template syntax. See -https://github.com/rhysd/actionlint/tree/main/docs/usage.md#format
Custom template to format error messages in Go template syntax. See the usage documentation +for more details.
-ignore
Regular expression matching to error messages you want to ignore. This flag is repeatable. For example, -ignore A -ignore B ignores errors whose message includes "A" OR "B".
-ignore A -ignore B
-init-config
Generate default config file at .github/actionlint.yaml in current project
.github/actionlint.yaml
https://github.com/rhysd/actionlint/tree/main/docs/checks.md
https://github.com/rhysd/actionlint/blob/v1.7.5/docs/checks.md
Full list of all checks done by actionlint with example inputs, outputs, and playground links.
https://github.com/rhysd/actionlint/tree/main/docs/install.md
https://github.com/rhysd/actionlint/blob/v1.7.5/docs/install.md
Installation instructions. Prebuilt binaries, Homebrew package, building from source, a Docker image, a download script (for CI) are available.
https://github.com/rhysd/actionlint/tree/main/docs/usage.md
https://github.com/rhysd/actionlint/blob/v1.7.5/docs/usage.md
How to use actionlint command locally or on GitHub Actions, the online playground, an official Docker image, and integrations with reviewdog, Problem Matchers, super-linter, pre-commit.
actionlint
https://github.com/rhysd/actionlint/tree/main/docs/config.md
https://github.com/rhysd/actionlint/blob/v1.7.5/docs/config.md
How to configure actionlint behavior. Currently only labels of self-hosted runners can be -configured.
How to configure actionlint behavior by the configuration file actionlint.yaml.
actionlint.yaml
https://github.com/rhysd/actionlint/tree/main/docs/api.md
https://github.com/rhysd/actionlint/blob/v1.7.5/docs/api.md
How to use actionlint as Go library.
https://github.com/rhysd/actionlint/tree/main/docs/reference.md
https://github.com/rhysd/actionlint/blob/v1.7.5/docs/reference.md
Links to resources.