Skip to content

chore(deps): update codecov/codecov-action action to v7.1.1 #4850

chore(deps): update codecov/codecov-action action to v7.1.1

chore(deps): update codecov/codecov-action action to v7.1.1 #4850

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: link_check with lychee-action
id: link_check
uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9.0
with:
args: >
--verbose
--insecure
--no-progress
--accept 200,999
**/*.md **/*.py **/*.toml
fail: true
...