We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d778205 commit 6883f68Copy full SHA for 6883f68
.github/workflows/markdown_linter.yml
@@ -4,7 +4,6 @@ on:
4
branches:
5
- main
6
pull_request:
7
- workflow_dispatch:
8
schedule:
9
- cron: "0 0 * * 0"
10
@@ -16,7 +15,7 @@ jobs:
16
15
with:
17
fetch-depth: 0
18
- run: |
19
- npm install -g markdown-link-check
+ npm install -g markdown-link-check@3.14.2
20
find . -name "*.md" -not -path './.git/*' -not -path './node_modules/*' -print0 | xargs -0 -n1 markdown-link-check -c .github/markdown-link-check-config.json
21
markdown_lint:
22
runs-on: ubuntu-latest
0 commit comments