From 564195b696bb4c070a7042a858cbaccb936cbf47 Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Sun, 26 Mar 2023 12:40:05 +0200 Subject: [PATCH] Revert "WHY THE FUCK IS THIS NOT BUILT INTO PRETTIER" This reverts commit 7d2fd1eed55f20d06a8631c88e7c30e7cfe8d5fd. --- .github/workflows/lint.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bfe75f813..0bd37a71c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,11 +18,8 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Reformat with Prettier + - name: Check formatting with Prettier uses: actionsx/prettier@e90ec5455552f0f640781bdd5f5d2415acb52f1a with: # prettier CLI arguments. - args: --write . - - name: Show diff - run: git --no-pager diff --exit-code --color=never - shell: bash + args: --check .