ci: npx prettier instead of using unmaintained GH Action (#6769)

This commit is contained in:
pajlada
2026-01-25 15:05:59 +01:00
committed by GitHub
parent 7090bfaaee
commit d6bd0090a4
3 changed files with 4 additions and 5 deletions
+1
View File
@@ -96,6 +96,7 @@
- Dev: Cleaned up `AccountController` connections. (#6735)
- Dev: Send multipart body for HTTP `PUT` requests. (#6746)
- Dev: Removed unused variables. (#6748)
- Dev: Updated prettier version to 3.8.1 and migrated away from using an unmaintained GH Action, instead relying on `npx`. (#6769)
- Dev: Updated `miniaudio` to 0.11.24. (#6754)
- Dev: Remove unused `reloadChannelAndSubscriberEmotes`. (#6756)
- Dev: Moved `PluginMeta` to its own file. (#6757)