chore(CI): auto fix (#721)

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
RainbowBird
2025-11-05 00:42:22 +08:00
committed by GitHub
co-authored by autofix-ci[bot]
parent 68acac6856
commit 787c673cf8
2 changed files with 46 additions and 29 deletions
+30
View File
@@ -0,0 +1,30 @@
name: autofix.ci
permissions:
contents: read
on:
pull_request:
branches: [main]
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v6
with:
node-version: lts/*
cache: pnpm
- run: pnpm install
- run: pnpm prune && pnpm dedupe
- run: pnpm run lint:fix
# - name: AutoCorrect
# uses: huacnlee/autocorrect-action@main
# with:
# args: --fix
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27