Skip to content

Add Sign Language Video Style Guide (SPA) to content/es/style-guide/index.md #204

Add Sign Language Video Style Guide (SPA) to content/es/style-guide/index.md

Add Sign Language Video Style Guide (SPA) to content/es/style-guide/index.md #204

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@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: package.json
- run: npm install --omit=optional
- run: npm run check:links