We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acee64b commit 9109a7eCopy full SHA for 9109a7e
.github/workflows/ci.yaml
@@ -226,7 +226,6 @@ jobs:
226
with:
227
config: ".github/actions/markdownlint-cli2/.markdownlint.json"
228
globs: "docs/**/*.md"
229
- fix: true
230
231
gen:
232
timeout-minutes: 8
.prettierignore
@@ -96,4 +96,4 @@ testdata/
96
site/
97
98
# Prettier messes up markdown alignment in the documentation
99
-**/docs/*.md
+/docs/*.md
0 commit comments