Skip to content

Bump msgpackr from 1.8.0 to 1.10.1 in /example (#90) #146

Bump msgpackr from 1.8.0 to 1.10.1 in /example (#90)

Bump msgpackr from 1.8.0 to 1.10.1 in /example (#90) #146

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