Massive refactor (#165)

This commit is contained in:
Oliver King
2022-02-02 09:07:53 -05:00
committed by GitHub
parent 5cbd4acaca
commit ca8d2604ac
139 changed files with 19176 additions and 17005 deletions
+6 -6
View File
@@ -3,17 +3,17 @@ on: # rebuild any PRs and main branch changes
pull_request:
branches:
- master
- 'releases/*'
- "releases/*"
push:
branches:
- master
- 'releases/*'
- "releases/*"
jobs:
build: # make sure build/ci works properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm install
npm test
- uses: actions/checkout@v1
- run: |
npm install
npm test