Skip to content

Commit 88e1f23

Browse files
CopilotMihaZupan
andcommitted
Move markdownlintignore to workflows directory
Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>
1 parent c492b3e commit 88e1f23

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: |
2424
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
2525
npm i -g markdownlint-cli
26-
markdownlint "**/*.md"
26+
markdownlint --ignore-path .github/workflows/markdownlintignore "**/*.md"

0 commit comments

Comments
 (0)