diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 03e08d0..793cee1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,4 +24,4 @@ jobs: - name: Lint and run checks with phpstan run: phpstan analyse src --level=5 - name: Check codestyle with phpcs - run: phpcs src \ No newline at end of file + run: phpcs src --standard=PSR12 --exclude=Generic.Files.LineLength \ No newline at end of file