ci: auto-update Homebrew tap on release #37

Merged
razvandimescu merged 2 commits from fix/windows-clippy-and-ci into main 2026-04-07 03:46:55 +08:00

2 Commits

Author SHA1 Message Date
Razvan Dimescu
4630f7f00d style: fix rustfmt formatting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 22:42:43 +03:00
Razvan Dimescu
22089ddbe5 fix: gate exe_path and replace_exe_path for Windows clippy, add macOS CI
- Gate exe_path in restart_service() and replace_exe_path() behind
  #[cfg(any(target_os = "macos", target_os = "linux"))] to fix
  unused variable and dead code warnings on Windows
- Add macOS CI job (clippy + tests)
- Add test for template substitution in plist and systemd unit files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 22:38:22 +03:00