Skip to content

chore(deps-dev): bump husky from 9.0.11 to 9.1.6 #127

chore(deps-dev): bump husky from 9.0.11 to 9.1.6

chore(deps-dev): bump husky from 9.0.11 to 9.1.6 #127

Workflow file for this run

name: commitlint
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install
run: yarn install
- name: Check commits
run: yarn run commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose