File tree Expand file tree Collapse file tree 4 files changed +10
-56
lines changed
Expand file tree Collapse file tree 4 files changed +10
-56
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ jobs:
6666 if git diff --staged --quiet; then
6767 echo "No changes to commit"
6868 else
69- git commit -m "🎨 Auto format"
69+ git commit -m "🎨 Auto format and update with pre-commit "
7070 git push
7171 fi
7272 - uses : pre-commit-ci/lite-action@v1.1.0
7373 if : env.HAS_SECRETS == 'false'
7474 with :
75- msg : 🎨 Auto format
75+ msg : 🎨 Auto format and update with pre-commit
7676 - name : Error out on pre-commit errors
7777 if : steps.precommit.outcome == 'failure'
7878 run : exit 1
Original file line number Diff line number Diff line change @@ -39,3 +39,10 @@ repos:
3939 require_serial : true
4040 language : unsupported
4141 types : [python]
42+
43+ - id : generate-frontend-sdk
44+ name : Generate Frontend SDK
45+ entry : bash ./scripts/generate-client.sh
46+ pass_filenames : false
47+ language : unsupported
48+ files : ^backend/.*$|^scripts/generate-client\.sh$
Original file line number Diff line number Diff line change 44 "workspaces" : [
55 " frontend"
66 ],
7- "scripts" : {
7+ "scripts" : {
88 "dev" : " bun run --filter frontend dev" ,
99 "lint" : " bun run --filter frontend lint" ,
1010 "test" : " bun run --filter frontend test" ,
You can’t perform that action at this time.
0 commit comments