Skip to content

Commit 634ede9

Browse files
authored
Uncommented pre-commit
1 parent 2071110 commit 634ede9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ jobs:
4747
pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
4848
- name: Library version
4949
run: git describe --dirty --always --tags
50-
# disable because it's failing on not being able to find a 'latest'
51-
#- name: Pre-commit hooks
52-
# run: |
53-
# pre-commit run --all-files
50+
- name: Pre-commit hooks
51+
run: |
52+
pre-commit run --all-files
5453
- name: Build assets
5554
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
5655
- name: Build docs

0 commit comments

Comments
 (0)