Skip to content

Commit 0de81fd

Browse files
ci: update markdownlint setup (#1813)
* Fail when markdownlint fails * Use markdown lint config file in action --------- Co-authored-by: Ariel Valentin <[email protected]>
1 parent 08a160c commit 0de81fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-markdown-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
# equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" --config .markdownlint.json
2121
- name: "Markdown Lint Check"
2222
uses: DavidAnson/markdownlint-cli2-action@v21
23-
continue-on-error: true
2423
with:
24+
config: .markdownlint.json
2525
fix: false
2626
globs: |
2727
**/*.md

0 commit comments

Comments
 (0)