Skip to content

Criteria: sandbox update/clarification #117

Criteria: sandbox update/clarification

Criteria: sandbox update/clarification #117

Workflow file for this run

name: Link checks
on:
pull_request:
jobs:
link-check:
name: LINK checking
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: package.json
- name: Check file format
run: npm run check:links