改写战斗中替换group的逻辑

This commit is contained in:
Elaina 2024-10-13 01:24:58 +08:00
commit 7f89eb0db8
3890 changed files with 82290 additions and 0 deletions

View file

@ -0,0 +1,19 @@
when:
- event: push
branch:
exclude:
- fast
- slow
skip_clone: true
steps:
- name: check
image: git.zhaozuohong.vip/mower-ng/ci
environment:
GIT_LFS_SKIP_SMUDGE: "1"
commands:
- git clone ${CI_REPO_CLONE_URL} --branch ${CI_COMMIT_BRANCH} --depth 1 .
- ruff check
- ruff format --check
- prettier --check ui/**/*.js ui/**/*.vue