Skip to content

Bump lycheeverse/lychee-action from 1.6.1 to 2.0.0 #855

Bump lycheeverse/lychee-action from 1.6.1 to 2.0.0

Bump lycheeverse/lychee-action from 1.6.1 to 2.0.0 #855

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@7da8ec1fc4e01b5a12062ac6c589c10a4ce70d67 # 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}}