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 2071110 commit 634ede9Copy full SHA for 634ede9
.github/workflows/build.yml
@@ -47,10 +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
- # 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
+ - name: Pre-commit hooks
+ run: |
+ pre-commit run --all-files
54
- name: Build assets
55
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
56
- name: Build docs
0 commit comments