summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/format.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/format.yml')
-rw-r--r--.github/workflows/format.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 2927dd1b1..718ab27c7 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -20,13 +20,10 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Bun
- uses: oven-sh/setup-bun@v1
- with:
- bun-version: 1.3.0
+ uses: ./.github/actions/setup-bun
- name: run
run: |
- bun install
./script/format.ts
env:
CI: true