Skip to content

Commit

Permalink
exclude package-lock.json
Browse files Browse the repository at this point in the history
Signed-off-by: Sokratis Papadopoulos <[email protected]>
  • Loading branch information
Sokratis Papadopoulos committed Apr 25, 2024
1 parent f55e1b2 commit 969baab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --base . --verbose --no-progress './**/*.yaml' './**/*.yml' './**/*.md' './**/*.json' './**/*.ts'
args: --base . --verbose --no-progress './**/*.yaml' './**/*.yml' './**/*.md' './**/*.json' './**/*.ts' --exclude-path ./tools/package-lock.json

0 comments on commit 969baab

Please sign in to comment.