Skip to content

Bump minimatch from 3.0.4 to 3.1.5 #55

Bump minimatch from 3.0.4 to 3.1.5

Bump minimatch from 3.0.4 to 3.1.5 #55

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: yarn
- name: Test
run: yarn all