Skip to content

Bump lint-staged from 11.1.2 to 15.2.1 #234

Bump lint-staged from 11.1.2 to 15.2.1

Bump lint-staged from 11.1.2 to 15.2.1 #234

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run lint
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run prettier:check
depcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run depcheck