Skip to content

Commit 45a4067

Browse files
committed
Add pre-commit GH action
1 parent 321f391 commit 45a4067

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
fetch-tags: true
4040
ref: "${{ github.event.inputs.revision || github.ref }}"
4141

42+
- name: Pre-commit
43+
uses: pre-commit/action@v3
44+
4245
- name: Get version slug
4346
id: slug
4447
run: |

0 commit comments

Comments
 (0)