Skip to content

Bump lycheeverse/lychee-action from 1.9.1 to 1.9.3 (#436) #331

Bump lycheeverse/lychee-action from 1.9.1 to 1.9.3 (#436)

Bump lycheeverse/lychee-action from 1.9.1 to 1.9.3 (#436) #331

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/[email protected]
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}