Skip to content

chore(deps): update lycheeverse/lychee-action action to v1.10.0 (#59) #8682

chore(deps): update lycheeverse/lychee-action action to v1.10.0 (#59)

chore(deps): update lycheeverse/lychee-action action to v1.10.0 (#59) #8682

Workflow file for this run

---
name: all_url_check
'on':
workflow_dispatch:
push:
schedule:
- cron: '25 */3 * * *'
jobs:
run_lychee:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: link_check with lychee-action
id: link_check
uses: lycheeverse/[email protected]
with:
args: >
--verbose
--insecure
--no-progress
--timeout 10
**/*.tex **/*.md
fail: true
...