fix(workflows): add verbose flag to commitlint
All checks were successful
commit-lint / commit-lint (push) Successful in 39s
All checks were successful
commit-lint / commit-lint (push) Successful in 39s
This commit is contained in:
parent
fdb66c3257
commit
3f71efe0b0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user