From 8dba01fc15dabde6e5fedea9ee194a0f92f25d62 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Thu, 7 Nov 2024 21:25:42 +0900 Subject: [PATCH] chore: cspell.yml --- .github/workflows/cspell.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index c81c97a..6d55ae1 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -12,13 +12,15 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - uses: oven-sh/setup-bun@v2 + - name: Set up Node.js uses: actions/setup-node@v4 with: node-version: "20.10.0" - name: Install cspell - run: yarn add cspell + run: bun add -D cspell - name: Run cspell - run: yarn format:cspell + run: bun format:cspell