Skip to content

Commit

Permalink
Merge pull request #329 from Doozers/patch-1
Browse files Browse the repository at this point in the history
fix: markdown CI
  • Loading branch information
moul committed Nov 18, 2022
2 parents 28e0a5e + 1579e15 commit 8de6fbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ jobs:
github_token: ${{ github.token }}
reporter: github-pr-review
locale: "US"
- name: alexjs
uses: theashraf/alex-action@master
4 changes: 3 additions & 1 deletion tool/lint/.markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"no-trailing-punctuation": false,
"no-bare-urls": false,
"MD013": false,
"MD031": false
"MD031": false,
"MD051": false,
"MD053": false
}

0 comments on commit 8de6fbc

Please sign in to comment.