Skip to content

Commit

Permalink
Update to v2 action
Browse files Browse the repository at this point in the history
fail on error is now the default
  • Loading branch information
tooomm authored Oct 12, 2024
1 parent 28bd50b commit 121948b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:

# Extract and check URLs directly from token files
- name: Check token art URLs
uses: lycheeverse/lychee-action@v1
uses: lycheeverse/lychee-action@v2
with:
args: '${{env.lychee_args}} -- tokens.xml'
fail: true
jobSummary: true

# Always save cache
Expand Down

0 comments on commit 121948b

Please sign in to comment.