Skip to content

Remove html-proofer action and add lychee action for link checks #6

Remove html-proofer action and add lychee action for link checks

Remove html-proofer action and add lychee action for link checks #6

Workflow file for this run

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.8.0
with:
args: --verbose --no-progress --exclude twitter.com linkedin.com -- README.md
fail: true