From 6e58d88a10fec587ee8367977fbdb7caba939305 Mon Sep 17 00:00:00 2001 From: Tekktrik Date: Tue, 11 Jul 2023 20:55:50 -0400 Subject: [PATCH] Use script to announce pre-commit hook versions --- build/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/action.yml b/build/action.yml index 7495195..03f3ef9 100644 --- a/build/action.yml +++ b/build/action.yml @@ -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: |