We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e4dbe commit 4044152Copy full SHA for 4044152
1 file changed
.github/workflows/main.yml
@@ -22,6 +22,11 @@ jobs:
22
with:
23
node-version: ${{ matrix.node-version }}
24
- run: npm install
25
+ - uses: lycheeverse/lychee-action@v1
26
+ with:
27
+ 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'
28
+ fail: true
29
+ if: ${{ matrix.os == 'ubuntu' && matrix.node-version == 22 }}
30
- run: npm run lint
31
- run: npm run type
32
- run: npm run unit
0 commit comments