ci: format
This commit is contained in:
parent
53481f9790
commit
26ebf85b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
import { $ } from "bun"
|
import { $ } from "bun"
|
||||||
|
|
||||||
await $`bun run prettier --ignore-unknown --write $(git ls-files)`
|
await $`bun run prettier --ignore-unknown --write`
|
||||||
|
|
||||||
if (process.env["CI"] && (await $`git status --porcelain`.text())) {
|
if (process.env["CI"] && (await $`git status --porcelain`.text())) {
|
||||||
await $`git config --local user.email "action@github.com"`
|
await $`git config --local user.email "action@github.com"`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue