Skip to content

Bump actions/stale from 10.0.0 to 10.1.0 #656

Bump actions/stale from 10.0.0 to 10.1.0

Bump actions/stale from 10.0.0 to 10.1.0 #656

Workflow file for this run

name: Links
on:
pull_request:
jobs:
build-and-check-links:
name: CHECK LINKS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: package.json
- run: npm install --omit=optional
- run: npm run check:links