2024-07-09数据更新 补充 基建技能/auto_get_res_new 补充 自动提取基建技能 (#635) #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |