We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c1e2cc + fef83d0 commit f659525Copy full SHA for f659525
.github/workflows/build.yaml
@@ -64,7 +64,7 @@ jobs:
64
- name: Build
65
run: make
66
- name: Run markdownlint with auto-fix
67
- uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
+ uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
68
with:
69
fix: true # Enabled to improve reported errors
70
globs: '**/*.md'
0 commit comments