Merge branch 'main' into testing-30-transform-command

This commit is contained in:
Steve Ruiz 2021-07-09 10:14:16 +01:00 committed by GitHub
commit 34a59475f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,2 @@
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
- name: Jest Annotations & Coverage
uses: mattallty/jest-github-action@v1.0.3