Skip to content

Commit

Permalink
Markdown workflow updates (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle authored Nov 6, 2023
1 parent 95ac7ad commit 91044ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/markdown-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'docs/**'
- '**.md'
- '**.markdown'
- tools/.markdownlint.jsonc
- tools/.markdownlinkcheck.json

jobs:
lint-markdown:
Expand All @@ -26,4 +28,4 @@ jobs:
- uses: actions/checkout@v2
- run: |
npm install markdown-link-check
find . -type d \( -name node_modules -o -name .github \) -prune -o -type f -name '*.md' -print0 | xargs -0 -n1 node_modules/.bin/markdown-link-check --config ./tools/.markdownlinkcheck.jsonc --quiet
find . -type d \( -name node_modules -o -name .github \) -prune -o -type f -name '*.md' -print0 | xargs -0 -n1 node_modules/.bin/markdown-link-check --config ./tools/.markdownlinkcheck.json --quiet
File renamed without changes.

0 comments on commit 91044ec

Please sign in to comment.