Skip to content

Bump the npm_and_yarn group across 1 directory with 14 updates #584

Bump the npm_and_yarn group across 1 directory with 14 updates

Bump the npm_and_yarn group across 1 directory with 14 updates #584

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@v1
with:
# --exclude-loopback ensures we don't check localhost URLs
args: --exclude-loopback './**/*.md' './**/*.rst'