Skip to content

Commit

Permalink
apply test
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbio committed Oct 17, 2024
1 parent 877c763 commit 677b7d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/urls_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- develop
- fix_broken_cache_doc_links
jobs:
main:
name: Find broken cache and documentation links
Expand All @@ -13,7 +14,7 @@ jobs:
id: git_checkout
uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v2.0.2
with:
args: --max-redirects 10 --verbose './BALSAMIC/constants/cache.py' './docs/*.rst'
fail: true

0 comments on commit 677b7d8

Please sign in to comment.