We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9b9bb commit d3a146eCopy full SHA for d3a146e
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
- run: npm install
30
- uses: lycheeverse/lychee-action@v1
31
with:
32
- args: --cache --verbose --no-progress --include-fragments --exclude linkedin --exclude file:///test --exclude invalid.com '*.md' 'docs/*.md' '.github/**/*.md' '*.json' '*.js' 'lib/**/*.js' 'test/**/*.js' '*.ts' 'test-d/**/*.ts'
+ args: --cache --verbose --no-progress --include-fragments --exclude packagephobia --exclude /pull/ --exclude linkedin --exclude file:///test --exclude invalid.com '*.md' 'docs/*.md' '.github/**/*.md' '*.json' '*.js' 'lib/**/*.js' 'test/**/*.js' '*.ts' 'test-d/**/*.ts'
33
fail: true
34
if: ${{ matrix.os == 'ubuntu' && matrix.node-version == 22 }}
35
- run: npm run lint
0 commit comments