Create main.yml

This commit is contained in:
Steve Ruiz 2021-07-08 13:45:17 +01:00 committed by GitHub
parent 1c9fcba6b0
commit b57a013ca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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