Skip to content

chore: refactor all rulesets to use defineConfig() ♻️ #279

chore: refactor all rulesets to use defineConfig() ♻️

chore: refactor all rulesets to use defineConfig() ♻️ #279

Workflow file for this run

---
name: Commitlint
on:
push:
branches-ignore:
- 'master'
jobs:
commitlint:
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CI: 'true'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: make install
- name: Commitlint
run: npx commitlint --color --verbose --from $(git merge-base origin/master HEAD)