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
+3 -4
View File
@@ -18,12 +18,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- uses: actions/setup-node@v6
- name: Check formatting with Prettier - name: Check formatting with Prettier
uses: Nerixyz/actionsx-prettier@v3-adj run: |
with: npx prettier@3.8.1 --write .
# prettier CLI arguments.
args: --write .
- name: Show diff - name: Show diff
run: git --no-pager diff --exit-code --color=never run: git --no-pager diff --exit-code --color=never
shell: bash shell: bash
-1
View File
@@ -61,7 +61,6 @@ These dependencies are only required if you are not using a package manager
<summary>Boost</summary> <summary>Boost</summary>
1. First, download a boost installer appropriate for your version of Visual Studio. 1. First, download a boost installer appropriate for your version of Visual Studio.
- Visit the downloads list on [SourceForge](https://sourceforge.net/projects/boost/files/boost-binaries/). - Visit the downloads list on [SourceForge](https://sourceforge.net/projects/boost/files/boost-binaries/).
- Select the latest version from the list. - Select the latest version from the list.
- Download the `.exe` file appropriate to your Visual Studio installation version and system bitness (choose `-64` for 64-bit systems). - Download the `.exe` file appropriate to your Visual Studio installation version and system bitness (choose `-64` for 64-bit systems).
+1
View File
@@ -96,6 +96,7 @@
- Dev: Cleaned up `AccountController` connections. (#6735) - Dev: Cleaned up `AccountController` connections. (#6735)
- Dev: Send multipart body for HTTP `PUT` requests. (#6746) - Dev: Send multipart body for HTTP `PUT` requests. (#6746)
- Dev: Removed unused variables. (#6748) - 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: Updated `miniaudio` to 0.11.24. (#6754)
- Dev: Remove unused `reloadChannelAndSubscriberEmotes`. (#6756) - Dev: Remove unused `reloadChannelAndSubscriberEmotes`. (#6756)
- Dev: Moved `PluginMeta` to its own file. (#6757) - Dev: Moved `PluginMeta` to its own file. (#6757)