Skip to content

Add 2x design history posts for breast screening reporting #215

Add 2x design history posts for breast screening reporting

Add 2x design history posts for breast screening reporting #215

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