Skip to content

Bump semver from 5.7.1 to 5.7.2 #68

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #68

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 }}