From 51cd05ba64f16db3f12e432cd25b2b98ddfde9dd Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 10 Apr 2024 17:15:25 +0300 Subject: [PATCH] biome-action --- .github/workflows/node-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index c63530e3..8b65968a 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -15,12 +15,12 @@ jobs: - name: Check types run: npm run check:types - - name: Check code - run: npm run check:code - - name: Check styles run: npm run lint:styles + - name: Biome Install + uses: predominant/biome-action@0.0.1-alpha + - name: Test production build run: npm run build