Skip to content

Commit

Permalink
Merge pull request #28 from tekktrik/dev/print-pc-versions
Browse files Browse the repository at this point in the history
Use script to announce pre-commit hook versions
  • Loading branch information
tekktrik committed Jan 9, 2024
2 parents 8806743 + 6e58d88 commit 551f16f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ runs:
run: git describe --dirty --always --tags
- name: Setup problem matchers
uses: adafruit/circuitpython-action-library-ci-problem-matchers@v1
- name: Print pre-commit hook versions
shell: bash
run: |
python actions-ci/print_precommit_versions.py
- name: Pre-commit hooks
shell: bash
run: |
Expand Down

0 comments on commit 551f16f

Please sign in to comment.