This commit is contained in:
Wouter Groeneveld 2021-03-05 11:31:53 +01:00
commit 5d571f4ffd
1 changed files with 11 additions and 0 deletions

11
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test