Skip to content

Bump lint-staged from 13.2.3 to 15.2.1 #402

Bump lint-staged from 13.2.3 to 15.2.1

Bump lint-staged from 13.2.3 to 15.2.1 #402

Workflow file for this run

name: Linter
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: yarn --frozen-lockfile
- run: yarn lint