Skip to content

Bump lycheeverse/lychee-action from 2.0.2 to 2.1.0 #420

Bump lycheeverse/lychee-action from 2.0.2 to 2.1.0

Bump lycheeverse/lychee-action from 2.0.2 to 2.1.0 #420

Workflow file for this run

name: Link check
on:
push:
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v2.1.0
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}