Skip to content

build(deps-dev): bump husky from 8.0.3 to 9.0.7 #150

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

build(deps-dev): bump husky from 8.0.3 to 9.0.7 #150

Workflow file for this run

on:
pull_request:
push:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node 16
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 16
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint code
run: yarn lint
- name: Check types
run: yarn lint:types