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:
@ -1,5 +1,9 @@
|
||||
# Display Ambient Light Desktop App
|
||||
|
||||
[](https://github.com/USERNAME/REPOSITORY/actions/workflows/build.yml)
|
||||
[](https://github.com/USERNAME/REPOSITORY/actions/workflows/ci.yml)
|
||||
[](https://github.com/USERNAME/REPOSITORY/actions/workflows/release.yml)
|
||||
|
||||
A desktop application built with Tauri 2.0 for ambient light control, supporting multi-monitor screen sampling and LED strip control to create immersive ambient lighting effects.
|
||||
|
||||
## ✨ Features
|
||||
|
Reference in New Issue
Block a user