Skip to content

#95 Bump version from 2.4.2 to 2.4.3 #154

#95 Bump version from 2.4.2 to 2.4.3

#95 Bump version from 2.4.2 to 2.4.3 #154

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/[email protected]
with:
cmd: install
- run: yarn lint
- run: yarn test
env:
CI: true
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/coverage-final.json
name: codecov