Skip to content

Commit 6e58d88

Browse files
committed
Use script to announce pre-commit hook versions
1 parent a9417d1 commit 6e58d88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ runs:
5858
run: git describe --dirty --always --tags
5959
- name: Setup problem matchers
6060
uses: adafruit/circuitpython-action-library-ci-problem-matchers@v1
61+
- name: Print pre-commit hook versions
62+
shell: bash
63+
run: |
64+
python actions-ci/print_precommit_versions.py
6165
- name: Pre-commit hooks
6266
shell: bash
6367
run: |

0 commit comments

Comments
 (0)