Skip to content

Commit

Permalink
chore: check CI python pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Nov 17, 2023
1 parent dad6017 commit aff8e3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
echo "PRE_COMMIT_HOME=$GITHUB_WORKSPACE/.pre-commit-cache" >> $GITHUB_ENV
- name: set PY
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- name: show python version
run: python -VV
- name: show pre-commit version
run: precommit -V
- name: create commitlint COMMIT_EDITMSG if not exists
run: |
if test -f ".git/COMMIT_EDITMSG"; then
Expand Down

0 comments on commit aff8e3f

Please sign in to comment.