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