@@ -59,8 +59,8 @@ with Go template syntax.
59
59
Enable debug output (for development)
60
60
61
61
* ` -format ` <FORMAT >:
62
- Custom template to format error messages in Go template syntax. See
63
- https://github.com/rhysd/actionlint/tree/main/docs/usage.md#format
62
+ Custom template to format error messages in Go template syntax. See the usage documentation
63
+ for more details.
64
64
65
65
* ` -ignore ` <PATTERN >:
66
66
Regular expression matching to error messages you want to ignore. This flag is repeatable. For
@@ -102,40 +102,39 @@ Documents for more details are available online.
102
102
103
103
### Checks
104
104
105
- https://github.com/rhysd/actionlint/tree/main /docs/checks.md
105
+ https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/checks.md
106
106
107
107
Full list of all checks done by actionlint with example inputs, outputs, and playground links.
108
108
109
109
### Installation
110
110
111
- https://github.com/rhysd/actionlint/tree/main /docs/install.md
111
+ https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/install.md
112
112
113
113
Installation instructions. Prebuilt binaries, Homebrew package, building from source, a Docker
114
114
image, a download script (for CI) are available.
115
115
116
116
### Usage
117
117
118
- https://github.com/rhysd/actionlint/tree/main /docs/usage.md
118
+ https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/usage.md
119
119
120
120
How to use ` actionlint ` command locally or on GitHub Actions, the online playground, an official
121
121
Docker image, and integrations with reviewdog, Problem Matchers, super-linter, pre-commit.
122
122
123
123
### Configuration
124
124
125
- https://github.com/rhysd/actionlint/tree/main /docs/config.md
125
+ https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/config.md
126
126
127
- How to configure actionlint behavior. Currently only labels of self-hosted runners can be
128
- configured.
127
+ How to configure actionlint behavior by the configuration file ` actionlint.yaml ` .
129
128
130
129
### Go API
131
130
132
- https://github.com/rhysd/actionlint/tree/main /docs/api.md
131
+ https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/api.md
133
132
134
133
How to use actionlint as Go library.
135
134
136
135
### References
137
136
138
- https://github.com/rhysd/actionlint/tree/main /docs/reference.md
137
+ https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/reference.md
139
138
140
139
Links to resources.
141
140
0 commit comments