fix(workflows): add verbose flag to commitlint
All checks were successful
commit-lint / commit-lint (push) Successful in 39s

This commit is contained in:
Gökhan Özdemir 2025-07-23 17:43:32 +03:00
parent fdb66c3257
commit 3f71efe0b0

View File

@ -30,4 +30,4 @@ jobs:
- name: Lint commits
run: |
git fetch origin master --depth=100
npx commitlint --config .gitea/workflows/commitlint.config.js --from=origin/master --to=HEAD
npx commitlint --config .gitea/workflows/commitlint.config.js --from=origin/master --to=HEAD --verbose