From 6a98a5e91cee38690d56799e0183e1dcc04cdd64 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 18 Jul 2026 08:05:43 +0200 Subject: [PATCH] ci: run format:check --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 701895f..ab4badb 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: node-version-file: .nvmrc - run: npm ci - name: Format code - run: npm run format + run: npm run format:check - name: Typecheck run: npm run typecheck - name: Run test