Skip to content

Bump actions/checkout from 6 to 7 in the actions group #77

Bump actions/checkout from 6 to 7 in the actions group

Bump actions/checkout from 6 to 7 in the actions group #77

Workflow file for this run

name: Check links
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Check links
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: --config .lychee.toml .
fail: true