We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28e0a5e + 1579e15 commit 8de6fbcCopy full SHA for 8de6fbc
.github/workflows/pr.yml
@@ -38,5 +38,3 @@ jobs:
38
github_token: ${{ github.token }}
39
reporter: github-pr-review
40
locale: "US"
41
- - name: alexjs
42
- uses: theashraf/alex-action@master
tool/lint/.markdownlint.json
@@ -5,5 +5,7 @@
5
"no-trailing-punctuation": false,
6
"no-bare-urls": false,
7
"MD013": false,
8
- "MD031": false
+ "MD031": false,
9
+ "MD051": false,
10
+ "MD053": false
11
}
0 commit comments