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:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- name: Check formatting with Prettier
uses: Nerixyz/actionsx-prettier@v3-adj
with:
# prettier CLI arguments.
args: --write .
run: |
npx prettier@3.8.1 --write .
- name: Show diff
run: git --no-pager diff --exit-code --color=never
shell: bash