Skip to content

Commit 2ba6263

Browse files
committed
Use official markdownlint github action
1 parent 1bdfeda commit 2ba6263

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15-
- uses: avto-dev/markdown-lint@v1
15+
- uses: DavidAnson/markdownlint-cli2-action@v7
1616
with:
17-
args: "**/*.md"
17+
globs: "**/*.md"
1818
yaml-lint:
1919
name: yaml-lint
2020
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Use official markdownlint github action
6+
57
## v2.0.1
68

79
- Fix mypy errors

0 commit comments

Comments
 (0)