Skip to content

Lockstep widgets with matterviz-anywidget 0.6.0 #2160

Lockstep widgets with matterviz-anywidget 0.6.0

Lockstep widgets with matterviz-anywidget 0.6.0 #2160

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@v6
- name: Discover broken links
uses: lycheeverse/lychee-action@v2
with:
# increase max-redirects needed for some journal links
args: >-
--accept 100..=103,200..=299,403,429,500,503 --max-redirects 10
--exclude-path tmp/
--exclude-all-private --exclude '\{.*\}'
--exclude https://s3.us-east-1.amazonaws.com/materialsproject-contribs/MatPES_2025_1
--exclude https://github.com/ACEsuit/mace-foundations/releases/download
--exclude https://s3.amazonaws.com/publications.matr.io/7/deployment/data/files
--exclude https://www.jp-minerals.org/vesta/en/
-- ./**/*.{py,md,svelte,ts,yml,yaml}