Skip to content

Commit

Permalink
Use script to announce pre-commit hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jul 12, 2023
1 parent a9417d1 commit 6e58d88
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 6e58d88

Please sign in to comment.