Skip to content

chore(deps): bump debug from 4.1.1 to 4.3.4 in /examples #73

chore(deps): bump debug from 4.1.1 to 4.3.4 in /examples

chore(deps): bump debug from 4.1.1 to 4.3.4 in /examples #73

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn lint
- run: yarn test