Skip to content

Add Higdon Novice 2 Half plan (#110) #126

Add Higdon Novice 2 Half plan (#110)

Add Higdon Novice 2 Half plan (#110) #126

Workflow file for this run

name: Test and Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build