Run formatter

This commit is contained in:
Jarred Sumner
2025-07-21 01:19:09 -07:00
parent 39dd5002c3
commit a868e859d7
3 changed files with 2 additions and 7 deletions

View File

@@ -245,7 +245,6 @@ linker = "hoisted"
## CI/CD
Use the official [`oven-sh/setup-bun`](https://github.com/oven-sh/setup-bun) action to install `bun` in a GitHub Actions pipeline:
```yaml#.github/workflows/release.yml
@@ -292,6 +291,4 @@ jobs:
run: bun run build
```
{% bunCLIUsage command="install" /%}