feat: Add GitHub Actions workflows for CI/CD

- Add cross-platform build workflow for macOS, Windows, Linux
- Add CI workflow with Rust code quality checks
- Add manual release workflow with automatic asset publishing
- Add dependency management workflow with security monitoring
- Update README with build status badges
- Remove unused Prettier/ESLint configurations
- Focus on Rust code quality and build verification
This commit is contained in:
2025-07-06 03:45:55 +08:00
parent 7e2dafa3d2
commit 2a49b081cb
10 changed files with 687 additions and 18 deletions

3
.vscode/tasks.json vendored
View File

@ -12,9 +12,6 @@
"tauri",
"dev"
],
"problemMatcher": [
"$eslint-stylish"
],
"options": {
"env": {
"RUST_LOG": "info"