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.
1 parent b1d6d46 commit 8cb9132Copy full SHA for 8cb9132
.github/workflows/build.yaml
@@ -63,7 +63,7 @@ jobs:
63
- name: Build
64
run: make
65
- name: Run markdownlint with auto-fix
66
- uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 #v19
+ uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e #v19
67
with:
68
fix: true # Enabled to improve reported errors
69
globs: '**/*.md'
0 commit comments