Skip to content

Commit

Permalink
👷 simplify markdown link checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Nov 14, 2023
1 parent 6dd5653 commit 654c956
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 4 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/markdown-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,16 @@ jobs:
with:
fetch-depth: 0

- uses: gaurav-nelson/github-action-markdown-link-check@v1
- name: Use Node.js
uses: actions/setup-node@v3
with:
config-file: '.mlc_config.json'
node-version: '18.5'
cache: 'npm'

- name: Check markdown links
run: |
npm ci
npm run test
- id: website-bump
env:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
*.DS_Store
.vscode
public
package-lock.json
package.json
node_modules
Loading

0 comments on commit 654c956

Please sign in to comment.