Skip to content

Bump flatted from 3.2.5 to 3.4.2 #34

Bump flatted from 3.2.5 to 3.4.2

Bump flatted from 3.2.5 to 3.4.2 #34

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