chore(biome): remove biome config and update ci pipeline description

This commit is contained in:
Shintaro Jokagi
2025-05-29 00:33:11 +12:00
parent fd6193a0a6
commit 9bae866031
2 changed files with 1 additions and 62 deletions

View File

@@ -43,7 +43,7 @@ jobs:
path: |
node_modules
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
- name: Run Biome check
- name: Run Eslint check
run: npm run lint
prettier: