Skip to content

chore(deps-dev): Bump clang-format from 21.1.8 to 22.1.0 in the python group #3

chore(deps-dev): Bump clang-format from 21.1.8 to 22.1.0 in the python group

chore(deps-dev): Bump clang-format from 21.1.8 to 22.1.0 in the python group #3

Workflow file for this run

name: Commitlint
on: [pull_request]
jobs:
check-history:
name: Check commit history
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: latest
cache: npm
- name: Install commitlint
run: npm ci
- name: Check history
run: npx commitlint --from origin/${{ github.base_ref }} --to origin/${{ github.head_ref }}