Skip to content

Commit

Permalink
Automatically check Markdown links (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 5, 2024
1 parent a2e4dbe commit 4044152
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- uses: lycheeverse/lychee-action@v1
with:
args: --verbose --no-progress --include-fragments --max-concurrency 10 --exclude linkedin --exclude file:///test --exclude invalid.com '*.md' 'docs/*.md' '.github/**/*.md' '*.json' '*.js' 'lib/**/*.js' 'test/**/*.js' '*.ts' 'test-d/**/*.ts'
fail: true
if: ${{ matrix.os == 'ubuntu' && matrix.node-version == 22 }}
- run: npm run lint
- run: npm run type
- run: npm run unit
Expand Down

0 comments on commit 4044152

Please sign in to comment.