fix(ci): appease clippy and fmt

This commit is contained in:
mihai2mn
2026-01-29 19:22:36 +01:00
parent 3437bc0eff
commit 03be872220
7 changed files with 102 additions and 52 deletions

6
push_fix.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo "Pushing refactored code to 'feat/aura-animations'..."
git push myfork feat/aura-animations
echo "---------------------------------------------------"
echo "Done! Now create a Merge Request:"
echo "https://gitlab.com/afterglow2/asusctl/-/merge_requests/new"