Skip to content

Brush over verification documentation #180

Brush over verification documentation

Brush over verification documentation #180

Workflow file for this run

name: Links
on:
push:
branches:
- master
paths:
- "**.md"
- "**.html"
pull_request:
paths:
- "**.md"
- "**.html"
jobs:
linkChecker:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Link Checker
uses: lycheeverse/lychee-action@c3089c702fbb949e3f7a8122be0c33c017904f9b # v1.9.1
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}