We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc0f7c commit bb3f02bCopy full SHA for bb3f02b
script/format.ts
@@ -9,5 +9,5 @@ if (process.env["CI"] && (await $`git status --porcelain`.text())) {
9
await $`git config --local user.name "GitHub Action"`
10
await $`git add -A`
11
await $`git commit -m "chore: format code"`
12
- await $`git push`
+ await $`git push --no-verify`
13
}
0 commit comments