We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdfeda commit 2ba6263Copy full SHA for 2ba6263
.github/workflows/lint.yaml
@@ -12,9 +12,9 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v3
15
- - uses: avto-dev/markdown-lint@v1
+ - uses: DavidAnson/markdownlint-cli2-action@v7
16
with:
17
- args: "**/*.md"
+ globs: "**/*.md"
18
yaml-lint:
19
name: yaml-lint
20
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Use official markdownlint github action
6
+
7
## v2.0.1
8
9
- Fix mypy errors
0 commit comments