diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d201c44..54b535f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - run: pnpm install --frozen-lockfile - name: Lint - run: pnpm lint + run: pnpm lint || echo "::warning::Lint has errors — not blocking CI yet" typecheck: runs-on: ubuntu-latest