Files
GoBooks/.github/workflows/links.yml
T
Nathan Youngman 4a7c312756 Switch Link Checker to Lychee
It’s fast and can handle more links
2023-09-02 17:35:36 -06:00

15 lines
251 B
YAML

name: Links (Fail Fast)
on:
push:
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
fail: true