Skip to content

Switch to nhsuk-prototype-kit package #19

Switch to nhsuk-prototype-kit package

Switch to nhsuk-prototype-kit package #19

Workflow file for this run

name: CI
on:
pull_request:
permissions:
contents: read
jobs:
lint-and-create-data:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run lint
run: npm run lint
- name: Run create-data
run: npm run create-data