Skip to content

Merge pull request #59 from vil02/renovate/lycheeverse-lychee-action-2.x #9097

Merge pull request #59 from vil02/renovate/lycheeverse-lychee-action-2.x

Merge pull request #59 from vil02/renovate/lycheeverse-lychee-action-2.x #9097

Workflow file for this run

---
name: all_url_check
'on':
workflow_dispatch:
push:
schedule:
- cron: '30 2 * * *'
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
--accept 200,999
**/*.tex **/*.md **/*.py
fail: true
...