Files
moeka-project/.github/workflows/autofix.yaml
T
RainbowBirdandautofix-ci[bot] 787c673cf8 chore(CI): auto fix (#721)
---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-11-05 00:42:22 +08:00

31 lines
606 B
YAML

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