feat: add daily Spotify sync scheduling - #61
Conversation
|
CI follow-up: the initial frontend failure was unrelated to the new permission. In a pristine checkout, and on current main run 33507025070, fails before any Rust build with . The existing already validates the checked-in command/permission manifest, and the native matrix builds Tauri on each platform, so commit 4cccf0a removes this artifact-dependent duplicate step instead of adding a Rust build to the frontend job. |
|
Correction to the previous comment: in a pristine checkout, and on current main run 33507025070, the command npx tauri permission list fails before any Rust build with the message permission file not found, please build your application once first. The existing script scripts/check-tauri-acl.mjs already validates the checked-in command and permission manifest. Commit 4cccf0a removes this artifact-dependent duplicate step; it does not add a Rust build to the frontend job. |
04f4f2e to
a4d51d1
Compare
Summary
Verification
Closes #60