From 68b22427870706bb4cb98f1f34cc67951cc2b177 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Tue, 30 Jun 2026 22:09:25 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20Add=20format=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66e85b0..cb5c891 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - check: [lint, typecheck] + check: [lint, typecheck, format] runs-on: ubuntu-latest