Skip to content

Quickstart tutorial

Quickstart tutorial #1

Workflow file for this run

name: Links (Fail Fast)
on:
pull_request:
branches:
- main
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
sparse-checkout: |
.github
docs
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --base . --verbose --no-progress docs