Skip to content

docs: refine licence notes for QAC + CC, add QUL row, log delivered p… #5

docs: refine licence notes for QAC + CC, add QUL row, log delivered p…

docs: refine licence notes for QAC + CC, add QUL row, log delivered p… #5

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Run dataset audit
run: npm run audit:data
- name: Run tests
run: npm test
- name: Build production bundle
run: npm run build