From beb288951c9a335570e3f06449f9e6cef4e82731 Mon Sep 17 00:00:00 2001 From: chan Date: Tue, 24 Feb 2026 15:21:43 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=8C=EB=9F=AC=ED=84=B0=20=EC=9D=98?= =?UTF-8?q?=EC=A1=B4=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/code_check.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/code_check.yml b/.gitea/workflows/code_check.yml index 3e802d76..c12a2d84 100644 --- a/.gitea/workflows/code_check.yml +++ b/.gitea/workflows/code_check.yml @@ -96,6 +96,11 @@ jobs: working-directory: backend args: --enable-only=gofmt,gofumpt + - name: Install Userfront dependencies + run: | + cd userfront + flutter pub get + - name: Format Flutter userfront run: | cd userfront