Skip to content

fix(scripts): bug when calculating answers #118

fix(scripts): bug when calculating answers

fix(scripts): bug when calculating answers #118

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
jobs:
scripts:
runs-on: ubuntu-latest
defaults:
run:
working-directory: scripts
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm ci
- run: npm run build