Skip to content

Bump lycheeverse/lychee-action from 1.9.1 to 1.9.3 #330

Bump lycheeverse/lychee-action from 1.9.1 to 1.9.3

Bump lycheeverse/lychee-action from 1.9.1 to 1.9.3 #330

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@v1.9.3
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}