Skip to content

Removed broken link

Removed broken link #5

Workflow file for this run

name: Check for broken links
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run lychee link checker
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress --exclude-private --timeout 30 *.ipynb *.md