Skip to content

Commit

Permalink
ci: simplify pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk committed Oct 22, 2024
1 parent 5dac8b3 commit 4451ddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
with:
python-version: 3.x
# cache: pip
- run: pip install commitizen
- name: Check commit messages
run: cz check --rev-range origin/${GITHUB_BASE_REF}..

0 comments on commit 4451ddd

Please sign in to comment.