Skip to content

chore(deps): update dependency lint-staged to v15.2.11 #320

chore(deps): update dependency lint-staged to v15.2.11

chore(deps): update dependency lint-staged to v15.2.11 #320

Workflow file for this run

name: Linting
on: push
jobs:
lint:
name: Lint (ESLint)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint