Skip to content

Define attribute scopes in SimStates #882

Define attribute scopes in SimStates

Define attribute scopes in SimStates #882

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: --exclude-path dist --exclude '\.ipynb$' --accept 100..=103,200..=299,403,429,500 -- ./**/*.{md,py,yml,json}