Skip to content

Bump lycheeverse/lychee-action from 1.6.1 to 2.8.0 #1065

Bump lycheeverse/lychee-action from 1.6.1 to 2.8.0

Bump lycheeverse/lychee-action from 1.6.1 to 2.8.0 #1065

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@8646ba30535128ac92d33dfc9133794bfdd9b411 # 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}}