Skip to content

Commit aa6f8ea

Browse files
committed
allow markdown lint to fail for now
1 parent 5dcaef6 commit aa6f8ea

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/markdownlint.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
name: Markdown Lint
66

77
on:
8-
pull_request:
8+
pull_request: {}
9+
push:
910
branches:
10-
- main
11-
workflow_dispatch:
11+
- master
12+
workflow_dispatch: {}
1213

1314
permissions:
1415
contents: read
@@ -21,3 +22,4 @@ jobs:
2122
- uses: DavidAnson/markdownlint-cli2-action@v22
2223
with:
2324
globs: '**/*.md'
25+
continue-on-error: true # Allow this job to fail for now

0 commit comments

Comments
 (0)