From 65a9247ac9566923cf89e4055c001833622996a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 13 May 2022 11:50:59 +0200 Subject: [PATCH] Use checkstyle output for php-cs-fixer --- .github/workflows/codestyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index d71bbd7b49..344e6f8e49 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -21,7 +21,7 @@ jobs: - name: phpcs run: phpcs -n -q --report=checkstyle | cs2pr - name: php-cs-fixer - run: php-cs-fixer fix --dry-run --diff + run: php-cs-fixer fix --dry-run --format=checkstyle | cs2pr ts: name: TS Prettier runs-on: ubuntu-latest -- 2.20.1