From 02d7cf2b0c13235f34380817f94f301ec2138e2d Mon Sep 17 00:00:00 2001 From: Hewston Fox Date: Mon, 9 Mar 2026 00:56:08 +0200 Subject: [PATCH] chore: try fix pipeline --- .gitea/workflows/check-pull-request.yaml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/check-pull-request.yaml b/.gitea/workflows/check-pull-request.yaml index a2ee06a..ec5600a 100644 --- a/.gitea/workflows/check-pull-request.yaml +++ b/.gitea/workflows/check-pull-request.yaml @@ -33,4 +33,4 @@ jobs: - name: Format run: pnpm run fmt - - uses: autofix-ci/action@1.3.2 + - uses: autofix-ci/action@1 diff --git a/.gitignore b/.gitignore index 503bb51..f04de22 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ dist-ssr *.sw? .vite +.tanstack