From 53e6487b6ee85c54237201e6556afa4bf41420e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Thu, 10 Jul 2025 21:07:00 +0200 Subject: [PATCH] ci(format): use bun --- .github/workflows/format.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index b5a260c..5475458 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,18 +17,16 @@ jobs: - name: ๐Ÿ“ฅ Checkout uses: actions/checkout@v4 - - name: ๐Ÿ› ๏ธ Setup Node - uses: actions/setup-node@v4 - with: - node-version: 20.x + - name: ๐Ÿ› ๏ธ Setup Bun + uses: ./ - name: ๐Ÿ“ฆ Install Dependencies - run: npm install + run: bun install - name: ๐Ÿงน Format run: | - npm run format - npm run build + bun run format + bun run build - name: ๐Ÿ’พ Commit uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef