From fa2f1fc7a0f3f8f034848722e2c877f4ce70da68 Mon Sep 17 00:00:00 2001 From: NHoarau Date: Wed, 10 Jun 2026 23:25:41 +0400 Subject: [PATCH] ci(technical debt): Fixed CI --- .forgejo/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 2c02343..f252397 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -43,6 +43,4 @@ jobs: run: pnpm audit --audit-level=moderate - name: Analyze codebase health (technical debt) - uses: fallow-rs/fallow@v2 - with: - format: sarif + run: pnpm dlx fallow --ci