From e54e017c22ee430c11e76e0d4a7a743b8235c05a Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Mon, 1 Dec 2025 21:11:11 +0100 Subject: [PATCH] Disable phpcs CI run while it is broken, we probably should not use the latest tag so that it doesn't break under us --- .github/workflows/codestyle.yml | 50 ++++++++++++++++----------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 0dbddf8f72..f2a0972a2d 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -40,31 +40,31 @@ jobs: webapp/public webapp/config - phpcs_compatibility: - runs-on: ubuntu-latest - container: - image: pipelinecomponents/php-codesniffer:latest - strategy: - matrix: - PHPVERSION: ["8.1", "8.2", "8.3", "8.4"] - steps: - - run: apk add git - - uses: actions/checkout@v4 - - name: Various fixes to this image - run: .github/jobs/fix_pipelinecomponents_image.sh - - name: Detect compatibility with supported PHP version - run: > - phpcs -s -p --colors - --standard=PHPCompatibility - --extensions=php - --runtime-set testVersion ${{ matrix.PHPVERSION }} - lib/lib.*.php - etc - judge - webapp/src - webapp/tests - webapp/public - webapp/config + # phpcs_compatibility: + # runs-on: ubuntu-latest + # container: + # image: pipelinecomponents/php-codesniffer:latest + # strategy: + # matrix: + # PHPVERSION: ["8.1", "8.2", "8.3", "8.4"] + # steps: + # - run: apk add git + # - uses: actions/checkout@v4 + # - name: Various fixes to this image + # run: .github/jobs/fix_pipelinecomponents_image.sh + # - name: Detect compatibility with supported PHP version + # run: > + # phpcs -s -p --colors + # --standard=PHPCompatibility + # --extensions=php + # --runtime-set testVersion ${{ matrix.PHPVERSION }} + # lib/lib.*.php + # etc + # judge + # webapp/src + # webapp/tests + # webapp/public + # webapp/config pycodestyle: runs-on: ubuntu-latest