Skip to content

Bump picomatch from 2.3.1 to 2.3.2 #35

Bump picomatch from 2.3.1 to 2.3.2

Bump picomatch from 2.3.1 to 2.3.2 #35

Workflow file for this run

---
name: ESLint
on: ["pull_request"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: npm install
- run: npm run lint