feat: add logging check to pre-commit and CI workflow

This commit is contained in:
Tunglies
2025-11-01 21:22:41 +08:00
parent fb260fb33d
commit d3d32006c3
4 changed files with 12 additions and 2 deletions

View File

@@ -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