Skip to content

build(deps-dev): bump minimist from 1.2.5 to 1.2.6 #61

build(deps-dev): bump minimist from 1.2.5 to 1.2.6

build(deps-dev): bump minimist from 1.2.5 to 1.2.6 #61

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- run: yarn
- run: yarn lint
- run: yarn test
- name: Codecov
uses: codecov/codecov-action@v1.0.5
with:
token: ${{ secrets.CODECOV_TOKEN }}
- run: yarn build