Skip to content

Merge pull request #509 from materialsproject/release0206 #838

Merge pull request #509 from materialsproject/release0206

Merge pull request #509 from materialsproject/release0206 #838

Workflow file for this run

name: Check URLs
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lychee-link-check:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Check for broken links
uses: lycheeverse/lychee-action@v2.0.2
with:
# --exclude-loopback ensures we don't check localhost URLs
args: --exclude-loopback './**/*.md' './**/*.rst'