mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 08:44:22 +01:00
ci: format
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
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())) {
|
||||
await $`git config --local user.email "action@github.com"`
|
||||
|
||||
Reference in New Issue
Block a user