forked from baron/baron-sso
로컬/CI 테스트 동기화
This commit is contained in:
@@ -95,11 +95,12 @@ jobs:
|
||||
npx biome check . --linter-enabled=false --organize-imports-enabled=false
|
||||
|
||||
- name: Lint Go backend
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.59
|
||||
working-directory: backend
|
||||
args: --enable-only=gofmt,gofumpt
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v "${PWD}/backend:/app" \
|
||||
-w /app \
|
||||
golangci/golangci-lint:v2.10.1 \
|
||||
golangci-lint fmt -E gofmt -E gofumpt -d
|
||||
|
||||
- name: Sync userfront locales
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user