1
0
forked from baron/baron-sso

최신 내용 반영

This commit is contained in:
2026-02-23 17:52:36 +09:00
parent d525895ae7
commit c4d3a9f7a1

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