Skip to content

Bump minimatch from 3.0.4 to 3.1.2 #67

Bump minimatch from 3.0.4 to 3.1.2

Bump minimatch from 3.0.4 to 3.1.2 #67

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint