Skip to content

Bump husky from 8.0.3 to 9.0.7 #55

Bump husky from 8.0.3 to 9.0.7

Bump husky from 8.0.3 to 9.0.7 #55

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