ci: checkout commitlint back to current commit

This commit is contained in:
Gleb Koval 2025-02-25 22:03:53 +00:00
parent 64b015e494
commit da0ef9ec24
Signed by: cyclane
GPG Key ID: 15E168A8B332382C

View File

@ -32,6 +32,7 @@ check_commits:
- npm install -g @commitlint/cli @commitlint/config-conventional
- git checkout origin/master
script:
- git checkout ${CI_COMMIT_SHA}
- npx commitlint --from origin/master --to ${CI_COMMIT_SHA} --verbose
compile_jvm: