Skip to content

Commit

Permalink
lint: make link checker more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Oct 30, 2024
1 parent 5e7ed12 commit 422179c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,11 @@ jobs:
if: success() || failure()
uses: lycheeverse/lychee-action@v2
with:
args: -v --no-progress --exclude-path node_modules --exclude localhost -- **/README.md packages/nuejs.org/.dist/prod/
args: >
-v --no-progress
--exclude-path node_modules
--exclude localhost
--
**/README.md
packages/**/.dist/prod/
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 422179c

Please sign in to comment.