Skip to content

Added pfitz 4th edition 12/55 and 12/70 and updated the old plans (#136) #198

Added pfitz 4th edition 12/55 and 12/70 and updated the old plans (#136)

Added pfitz 4th edition 12/55 and 12/70 and updated the old plans (#136) #198

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: 20
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build