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 77b49bc commit 9673185Copy full SHA for 9673185
.github/workflows/build.yml
@@ -36,8 +36,12 @@ jobs:
36
run: |
37
sudo apt-get install gettext
38
pip install -r requirements.txt
39
+ pip install pre-commit
40
- name: Library version
41
run: git describe --dirty --always --tags
42
+ - name: Pre-commit hooks
43
+ run: |
44
+ pre-commit run --all-files
45
- name: Build assets
46
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2
47
- name: Build docs
0 commit comments