1
0
forked from baron/baron-sso

ci: enforce flutter/biome format checks and fix front lint violations

This commit is contained in:
Lectom C Han
2026-02-20 10:25:45 +09:00
parent 226a236bf2
commit c117e10f48
31 changed files with 472 additions and 709 deletions

View File

@@ -75,8 +75,8 @@ jobs:
- name: Biome check adminfront (lint + format)
run: |
cd adminfront
npx biome lint .
npx biome format . --check
npx biome check . --formatter-enabled=false --organize-imports-enabled=false
npx biome check . --linter-enabled=false --organize-imports-enabled=false
- name: Install devfront dependencies
run: |
@@ -86,8 +86,8 @@ jobs:
- name: Biome check devfront (lint + format)
run: |
cd devfront
npx biome lint .
npx biome format . --check
npx biome check . --formatter-enabled=false --organize-imports-enabled=false
npx biome check . --linter-enabled=false --organize-imports-enabled=false
- name: Lint Go backend
uses: golangci/golangci-lint-action@v6