Skip to content

Establish Eleventy static-first scaffold with canonical parser, project map, and Lab scaffolding #1

Establish Eleventy static-first scaffold with canonical parser, project map, and Lab scaffolding

Establish Eleventy static-first scaffold with canonical parser, project map, and Lab scaffolding #1

Workflow file for this run

name: Pull Request
on: [pull_request]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm run check