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 .