Skip to content

Merge branch 'release/2.0.0' #78

Merge branch 'release/2.0.0'

Merge branch 'release/2.0.0' #78

Workflow file for this run

name: not-travis
on: ["push", "pull_request"]
jobs:
do-de-stuff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn
- run: yarn lint
- run: yarn run jest --coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}