Skip to content

Bump lint-staged from 14.0.1 to 15.0.1 #44

Bump lint-staged from 14.0.1 to 15.0.1

Bump lint-staged from 14.0.1 to 15.0.1 #44

Workflow file for this run

name: PR
on:
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- main
jobs:
lint:
name: Lint
runs-on: ${{ vars.RUNNER }}
steps:
- name: Checkout ${{ github.event.repository.name }}
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci --ignore-scripts --no-audit --omit=optional --progress=false
- name: Lint codebase
run: npm run lint