ci: fix fmt

This commit is contained in:
Aiden Cline
2025-12-07 21:48:41 -06:00
parent e2d86e057e
commit cd706d0999
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -19,7 +19,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
- name: Setup Bun
uses: ./.github/actions/setup-bun
@@ -29,3 +29,4 @@ jobs:
./script/format.ts
env:
CI: true
PUSH_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }}