From fb52b373a268ee1208e0f77ccda42f811f558d1e Mon Sep 17 00:00:00 2001 From: Richard van Laak Date: Tue, 16 Nov 2021 11:27:00 +0100 Subject: [PATCH] add codestyle to CI --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a3ad52..cf92bfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,3 +62,11 @@ jobs: - name: Run tests run: make test-lowest + codestyle: + name: Code style + runs-on: ubuntu-latest + container: jakzal/phpqa + steps: + - uses: actions/checkout@v2 + - name: PHP CS Fixer (via jakzal/phpqa) + run: php-cs-fixer fix