We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcaef6 commit aa6f8eaCopy full SHA for aa6f8ea
1 file changed
.github/workflows/markdownlint.yml
@@ -5,10 +5,11 @@
5
name: Markdown Lint
6
7
on:
8
- pull_request:
+ pull_request: {}
9
+ push:
10
branches:
- - main
11
- workflow_dispatch:
+ - master
12
+ workflow_dispatch: {}
13
14
permissions:
15
contents: read
@@ -21,3 +22,4 @@ jobs:
21
22
- uses: DavidAnson/markdownlint-cli2-action@v22
23
with:
24
globs: '**/*.md'
25
+ continue-on-error: true # Allow this job to fail for now
0 commit comments