chore: projen eject

This commit is contained in:
Tom Keller
2022-10-27 16:54:59 -07:00
parent 19a173d3ee
commit 4d17522ddb
21 changed files with 4744 additions and 4089 deletions
+16
View File
@@ -0,0 +1,16 @@
on:
[pull_request]
name: Run Unit Tests
jobs:
test:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: |
npm ci
npm run test