Skip to content

Commit

Permalink
Automatically check Markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 2, 2024
1 parent ca2e813 commit 40e629a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- uses: lycheeverse/lychee-action@v1
with:
args: --verbose --no-progress --include-fragments '*.md' 'docs/**/*.md'
- run: npm run lint
- run: npm run type
- run: npm run unit
Expand Down

0 comments on commit 40e629a

Please sign in to comment.