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