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