From 0f0587107c2c5008ce9cde94b30c7f163b8e1e5e Mon Sep 17 00:00:00 2001 From: Howard Wilson Date: Mon, 30 Sep 2024 23:51:57 +0200 Subject: [PATCH] Add Biome to CI steps --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a694c8..20a5196 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,8 @@ jobs: cache: 'yarn' - name: 📦 Install dependencies run: yarn install + - name: ☢️ Biome + run: yarn biome ci - name: 🧪 Test run: yarn test - name: 🔨 Build