Skip to content

尝试修复自动作战无法识别退出+修复信用作战界面不进行任务失败识别导致的循环任务 (#639) #15

尝试修复自动作战无法识别退出+修复信用作战界面不进行任务失败识别导致的循环任务 (#639)

尝试修复自动作战无法识别退出+修复信用作战界面不进行任务失败识别导致的循环任务 (#639) #15

Workflow file for this run

# https://arkmowers.github.io/arknights-mower/dev/environment.html#auto-formatting
name: 代码格式检查
on:
- push
- pull_request
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: creyD/[email protected]
with:
dry: True
prettier_options: "--check ui/**/*.js ui/**/*.vue"