Skip to content

adds changes to plan post #224

adds changes to plan post

adds changes to plan post #224

Workflow file for this run

name: Test build
on: pull_request
jobs:
test_build:
name: Test build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Build with Eleventy
run: npm run-script build