diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 118f4050..15fc0f78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,9 +17,9 @@ jobs: with: go-version: "1.21" - - name: Run Prettier - id: prettier-run - uses: rutajdash/prettier-cli-action@v1.0.0 + - uses: actionsx/prettier@v2 + with: + args: --check . - name: Run Go tests run: go test -v ./...