mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
feat: add logging check to pre-commit and CI workflow
This commit is contained in:
7
.github/workflows/lint-clippy.yml
vendored
7
.github/workflows/lint-clippy.yml
vendored
@@ -73,3 +73,10 @@ jobs:
|
||||
- name: Run Clippy
|
||||
working-directory: ./src-tauri
|
||||
run: cargo clippy-all
|
||||
|
||||
- name: Run Logging Check
|
||||
working-directory: ./src-tauri
|
||||
shell: bash
|
||||
run: |
|
||||
cargo install --git https://github.com/clash-verge-rev/clash-verge-logging-check.git
|
||||
clash-verge-logging-check
|
||||
|
||||
Reference in New Issue
Block a user