Skip to content

Fix NPT Nose-Hoover things (#520) #2119

Fix NPT Nose-Hoover things (#520)

Fix NPT Nose-Hoover things (#520) #2119

Workflow file for this run

name: Link check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Discover broken links
uses: lycheeverse/lychee-action@v2
with:
# ignore ipynb links since they're generated on the fly
args: --verbose --root-dir . --exclude-path dist --exclude '\.ipynb$' --accept 100..=103,200..=299,403,429,500 -- ./**/*.{md,py,yml,json}