Skip to content

Commit 0151acf

Browse files
committed
Attempt.
1 parent 9200892 commit 0151acf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto_generate.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131

3232
- name: Push
3333
run: |
34+
# husky is a pre-commit hook on svgs
35+
bun run prepare
36+
3437
if ! git diff --exit-code; then
3538
git config --global user.name "auto-build"
3639
git config --global user.email "info@metal-stack.io"

0 commit comments

Comments
 (0)