mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Add remark-gfm to workflow job
This commit is contained in:
parent
f02632cee6
commit
5b5f0ea606
2 changed files with 2 additions and 1 deletions
2
.github/workflows/remark.yml
vendored
2
.github/workflows/remark.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/setup-node@v1.4.4
|
||||
|
||||
- name: Install remark
|
||||
run: npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended
|
||||
run: npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended remark-gfm
|
||||
|
||||
# Run
|
||||
- name: Check *.md files
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"plugins": [
|
||||
"remark-preset-lint-recommended",
|
||||
"remark-gfm",
|
||||
["remark-lint-list-item-indent", false],
|
||||
["remark-lint-no-literal-urls", false],
|
||||
["remark-lint-no-shortcut-reference-link", false],
|
||||
|
|
Loading…
Reference in a new issue