update autofix

This commit is contained in:
Amruth Pillai
2026-03-18 22:08:12 +01:00
parent 192880e416
commit 2d76cc5cfb
2 changed files with 8 additions and 9 deletions
+6 -8
View File
@@ -15,16 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
- uses: voidzero-dev/setup-vp@v1
with:
node-version: lts/*
cache: pnpm
node-version: "24"
cache: true
- run: pnpm install --frozen-lockfile
- run: vp install
- run: pnpm run lint:fix
- run: pnpm run fmt:fix
- run: vp fmt --fix
- run: vp lint --fix
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8