Skip to content

🐛 修正错误占位符名称 (#13) #35

🐛 修正错误占位符名称 (#13)

🐛 修正错误占位符名称 (#13) #35

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
permissions: {}
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: |
bun i
bun prettier . --write
- uses: autofix-ci/action@v1
with:
commit-message: 'Apply Prettier format'