Skip to content

chore(deps): update lycheeverse/lychee-action action to v1.10.0 #68

chore(deps): update lycheeverse/lychee-action action to v1.10.0

chore(deps): update lycheeverse/lychee-action action to v1.10.0 #68

Workflow file for this run

name: Check links (Fail Fast)
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
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}}