Skip to content

Bump lint-staged from 13.2.3 to 15.0.2 #393

Bump lint-staged from 13.2.3 to 15.0.2

Bump lint-staged from 13.2.3 to 15.0.2 #393

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