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