Skip to content

chore(deps-dev): bump husky from 8.0.3 to 9.0.6 #58

chore(deps-dev): bump husky from 8.0.3 to 9.0.6

chore(deps-dev): bump husky from 8.0.3 to 9.0.6 #58

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: '20'
- 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