Skip to content

Commit bb3f02b

Browse files
committed
wip: ignore
1 parent bdc0f7c commit bb3f02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ if (process.env["CI"] && (await $`git status --porcelain`.text())) {
99
await $`git config --local user.name "GitHub Action"`
1010
await $`git add -A`
1111
await $`git commit -m "chore: format code"`
12-
await $`git push`
12+
await $`git push --no-verify`
1313
}

0 commit comments

Comments
 (0)