Skip to content

Commit 31e344a

Browse files
authored
Uncommented pre-commit part
1 parent cf5a986 commit 31e344a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +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-
#- name: Pre-commit hooks
51-
# run: |
52-
# pre-commit run --all-files
50+
- name: Pre-commit hooks
51+
run: |
52+
pre-commit run --all-files
5353
- name: Build assets
5454
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
5555
- name: Build docs

0 commit comments

Comments
 (0)