Skip to content

Commit 5dea2d2

Browse files
authored
Update linter.yaml
1 parent afb929a commit 5dea2d2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/linter.yaml

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

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

0 commit comments

Comments
 (0)