Skip to content

feat: Update analysis coding documentation, structure and add local testing manual #14

feat: Update analysis coding documentation, structure and add local testing manual

feat: Update analysis coding documentation, structure and add local testing manual #14

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install
run: npm ci
- name: Build
run: npm run build