Skip to content

Bump minimatch from 3.0.4 to 3.1.5 #80

Bump minimatch from 3.0.4 to 3.1.5

Bump minimatch from 3.0.4 to 3.1.5 #80

Workflow file for this run

name: 'build-test'
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn install --frozen-lockfile --non-interactive
- run: yarn lint
- run: yarn test
env:
CI: true