Skip to content

[docsy] Spec page: make link to latest a button, tweak external link rules #27

[docsy] Spec page: make link to latest a button, tweak external link rules

[docsy] Spec page: make link to latest a button, tweak external link rules #27

Workflow file for this run

name: Links
on:
merge_group:
pull_request:
push: { branches: [main] }
jobs:
build-and-check-links:
name: BUILD and CHECK LINKS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create NPM cache-hash input file
run: |
mkdir -p tmp
jq '{devDependencies, engines, gitHubActionCacheKey}' package.json > tmp/package-ci.json
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: tmp/package-ci.json
- run: npm install --omit=optional
- run: npm run check:links