改写战斗中替换group的逻辑
This commit is contained in:
commit
7f89eb0db8
3890 changed files with 82290 additions and 0 deletions
19
.woodpecker/check_format.yml
Normal file
19
.woodpecker/check_format.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue