Skip to content

MAINT: updated ignored links #93

MAINT: updated ignored links

MAINT: updated ignored links #93

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
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}