We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5a986 commit 31e344aCopy full SHA for 31e344a
.github/workflows/build.yml
@@ -47,9 +47,9 @@ jobs:
47
pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
48
- name: Library version
49
run: git describe --dirty --always --tags
50
- #- name: Pre-commit hooks
51
- # run: |
52
- # pre-commit run --all-files
+ - name: Pre-commit hooks
+ run: |
+ pre-commit run --all-files
53
- name: Build assets
54
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
55
- name: Build docs
0 commit comments