@@ -17,7 +17,7 @@ Features:
17
17
- ** Other several useful checks** ; [ glob syntax] [ filter-pattern-doc ] validation, dependencies check for ` needs: ` ,
18
18
runner label validation, cron syntax validation, ...
19
19
20
- See [ the full list] ( docs/ checks.md ) of checks done by actionlint.
20
+ See [ the full list] [ checks ] of checks done by actionlint.
21
21
22
22
<img src =" https://github.com/rhysd/ss/blob/master/actionlint/main.gif?raw=true " alt =" actionlint reports 7 errors " width =" 806 " height =" 492 " />
23
23
@@ -118,7 +118,7 @@ See [the usage document](docs/usage.md) for more details.
118
118
119
119
# # Documents
120
120
121
- - [Checks](docs/ checks.md) : Full list of all checks done by actionlint with example inputs, outputs, and playground links.
121
+ - [Checks][ checks] : Full list of all checks done by actionlint with example inputs, outputs, and playground links.
122
122
- [Installation](docs/install.md) : Installation instructions. Prebuilt binaries, a Docker image, building from
123
123
source, a download script (for CI), supports by several package managers are available.
124
124
- [Usage](docs/usage.md) : How to use `actionlint` command locally or on GitHub Actions, the online playground, an official Docker
@@ -151,3 +151,4 @@ actionlint is distributed under [the MIT license](./LICENSE.txt).
151
151
[script-injection-doc] : https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#understanding-the-risk-of-script-injections
152
152
[issue-form] : https://github.com/rhysd/actionlint/issues/new
153
153
[releases] : https://github.com/rhysd/actionlint/releases
154
+ [checks] : https://github.com/rhysd/actionlint/blob/v1.7.3/docs/checks.md
0 commit comments