Skip to content

Bump minimatch from 3.1.2 to 3.1.3 #117

Bump minimatch from 3.1.2 to 3.1.3

Bump minimatch from 3.1.2 to 3.1.3 #117

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run ESLint
run: npm run lint