Skip to content

Commit

Permalink
feat: (phpcs): *use local phpcs instead of dockerized
Browse files Browse the repository at this point in the history
  • Loading branch information
veldhaenchen committed Feb 2, 2024
1 parent 66f9893 commit b283942
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/php-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,5 @@ jobs:
if: inputs.FLAVOUR == 'phpstan'

- name: phpcs
uses: docker://docker.io/cytopia/phpcs:3@sha256:f1e6e93e9ce6be79e6d27c42b8cdfb7a07255275281e8db961ad3c6f0c1de5d0 # https://hub.docker.com/r/cytopia/phpcs
with:
args: --standard=${{inputs.PATH}}/phpcs.xml.dist ${{inputs.PHPCS_PATH}}
run: ./vendor/bin/phpcs --standard=${{inputs.PATH}}/phpcs.xml.dist ${{inputs.PHPCS_PATH}}
if: inputs.FLAVOUR == 'phpcs'

0 comments on commit b283942

Please sign in to comment.