Skip to content

Commit 9109a7e

Browse files
Apply suggestions from code review
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
1 parent acee64b commit 9109a7e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ jobs:
226226
with:
227227
config: ".github/actions/markdownlint-cli2/.markdownlint.json"
228228
globs: "docs/**/*.md"
229-
fix: true
230229

231230
gen:
232231
timeout-minutes: 8

.prettierignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ testdata/
9696
site/
9797

9898
# Prettier messes up markdown alignment in the documentation
99-
**/docs/*.md
99+
/docs/*.md

0 commit comments

Comments
 (0)