Skip to content

build(deps-dev): bump husky from 9.0.6 to 9.0.7 #1400

build(deps-dev): bump husky from 9.0.6 to 9.0.7

build(deps-dev): bump husky from 9.0.6 to 9.0.7 #1400

Workflow file for this run

name: Node CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
- run: yarn install
- run: yarn run lint