Skip to content

Bump pytest-cov from 7.0.0 to 7.1.0 #53

Bump pytest-cov from 7.0.0 to 7.1.0

Bump pytest-cov from 7.0.0 to 7.1.0 #53

Workflow file for this run

name: Check links in Markdown files
on:
schedule:
- cron: 0 0 * * 1 # midnight every Monday
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
check-links:
name: Lychee link checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- id: lychee
uses: lycheeverse/lychee-action@v2