Skip to content

Rewrite lots of code for physics calc #43

Rewrite lots of code for physics calc

Rewrite lots of code for physics calc #43

Workflow file for this run

on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
- run: yarn
- run: yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
- run: yarn
- run: yarn build