Skip to content

Bump lint-staged from 15.0.2 to 15.1.0 #46

Bump lint-staged from 15.0.2 to 15.1.0

Bump lint-staged from 15.0.2 to 15.1.0 #46

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