Skip to content

chore(deps-dev): update coverage requirement from 7.11.3 to 7.12.0 (#… #4052

chore(deps-dev): update coverage requirement from 7.11.3 to 7.12.0 (#…

chore(deps-dev): update coverage requirement from 7.11.3 to 7.12.0 (#… #4052

Workflow file for this run

---
name: all_url_check
'on':
workflow_dispatch:
push:
branches:
- master
pull_request:
schedule:
- cron: '0 5,13 * * 3,6'
permissions:
contents: read
jobs:
run_lychee:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: link_check with lychee-action
id: link_check
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
with:
args: >
--verbose
--insecure
--no-progress
--accept 200,999
**/*.md **/*.py **/*.toml
fail: true
...