Skip to content

Commit

Permalink
ci: run cz check after pre-commits hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta committed Oct 25, 2024
1 parent 5dd4c61 commit 4885893
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-source-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ jobs:
run: |
make install-pre-commit
make pre-commit
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install commitizen
run: pip install commitizen

- name: Check the branch commits
run: |
cz check --rev-range origin/HEAD..HEAD
code-format:
name: Code format
strategy:
Expand Down

0 comments on commit 4885893

Please sign in to comment.