Skip to content

#86 added global configuration object and enforceProvider rule #135

#86 added global configuration object and enforceProvider rule

#86 added global configuration object and enforceProvider rule #135

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