Skip to content

chore(deps-dev): bump @types/node from 20.11.6 to 22.7.6 #133

chore(deps-dev): bump @types/node from 20.11.6 to 22.7.6

chore(deps-dev): bump @types/node from 20.11.6 to 22.7.6 #133

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