Skip to content

Commit 6c82a25

Browse files
committed
👷 Run generate-client on pre-commit, not on its own workflow
1 parent 789e2f9 commit 6c82a25

File tree

2 files changed

+2
-55
lines changed

2 files changed

+2
-55
lines changed

.github/workflows/generate-client.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)