forked from baron/baron-sso
최신 내용 반영
This commit is contained in:
@@ -75,8 +75,8 @@ jobs:
|
|||||||
- name: Biome check adminfront (lint + format)
|
- name: Biome check adminfront (lint + format)
|
||||||
run: |
|
run: |
|
||||||
cd adminfront
|
cd adminfront
|
||||||
npx biome lint .
|
npx biome check . --formatter-enabled=false --organize-imports-enabled=false
|
||||||
npx biome format . --check
|
npx biome check . --linter-enabled=false --organize-imports-enabled=false
|
||||||
|
|
||||||
- name: Install devfront dependencies
|
- name: Install devfront dependencies
|
||||||
run: |
|
run: |
|
||||||
@@ -86,8 +86,8 @@ jobs:
|
|||||||
- name: Biome check devfront (lint + format)
|
- name: Biome check devfront (lint + format)
|
||||||
run: |
|
run: |
|
||||||
cd devfront
|
cd devfront
|
||||||
npx biome lint .
|
npx biome check . --formatter-enabled=false --organize-imports-enabled=false
|
||||||
npx biome format . --check
|
npx biome check . --linter-enabled=false --organize-imports-enabled=false
|
||||||
|
|
||||||
- name: Lint Go backend
|
- name: Lint Go backend
|
||||||
uses: golangci/golangci-lint-action@v6
|
uses: golangci/golangci-lint-action@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user