Skip to content

Bump lycheeverse/lychee-action from 1 to 2.0.2 in /.github/workflows #98

Bump lycheeverse/lychee-action from 1 to 2.0.2 in /.github/workflows

Bump lycheeverse/lychee-action from 1 to 2.0.2 in /.github/workflows #98

Workflow file for this run

name: Links
on:
push:
branches: main
pull_request:
branches: main
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v2.0.2
with:
fail: true
args: --accept 401,403 './**/*.md'