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: |