Skip to content

Commit afb929a

Browse files
authored
Update linter.yaml
1 parent 1a32acd commit afb929a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/linter.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111

12-
- name: markdownlint-cli
13-
uses: nosborn/github-action-markdown-cli@v3.2.0
12+
- name: Markdown Linting Action
13+
uses: avto-dev/markdown-lint@v1.5.0
1414
with:
15-
files: .
15+
args: '.'
16+
fix: true

0 commit comments

Comments
 (0)