Skip to content

Bump lycheeverse/lychee-action from 1.6.1 to 2.0.1 #858

Bump lycheeverse/lychee-action from 1.6.1 to 2.0.1

Bump lycheeverse/lychee-action from 1.6.1 to 2.0.1 #858

Workflow file for this run

name: Broken Link Checker
on:
push:
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@2bb232618be239862e31382c5c0eaeba12e5e966 # https://github.com/lycheeverse/lychee-action#security-tip
with:
args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.js' './**/*.ts'
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}