From f9c17d97776fdfa467960d0e34eab695be279df1 Mon Sep 17 00:00:00 2001 From: Derian <59376626+derianrddev@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:06:20 -0600 Subject: [PATCH] refactor: update ci workflow (#140) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2b9d4c..9086d52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,8 @@ jobs: - name: Install dependencies run: npm ci - - name: Run Biome - run: npx biome ci . + - name: Run Turbo Lint + run: npm run lint - name: Build project run: npm run build