Skip to content

Commit e54e017

Browse files
committed
Disable phpcs CI run while it is broken, we probably should not use the latest tag so that it doesn't break under us
1 parent bc093b1 commit e54e017

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/codestyle.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -40,31 +40,31 @@ jobs:
4040
webapp/public
4141
webapp/config
4242
43-
phpcs_compatibility:
44-
runs-on: ubuntu-latest
45-
container:
46-
image: pipelinecomponents/php-codesniffer:latest
47-
strategy:
48-
matrix:
49-
PHPVERSION: ["8.1", "8.2", "8.3", "8.4"]
50-
steps:
51-
- run: apk add git
52-
- uses: actions/checkout@v4
53-
- name: Various fixes to this image
54-
run: .github/jobs/fix_pipelinecomponents_image.sh
55-
- name: Detect compatibility with supported PHP version
56-
run: >
57-
phpcs -s -p --colors
58-
--standard=PHPCompatibility
59-
--extensions=php
60-
--runtime-set testVersion ${{ matrix.PHPVERSION }}
61-
lib/lib.*.php
62-
etc
63-
judge
64-
webapp/src
65-
webapp/tests
66-
webapp/public
67-
webapp/config
43+
# phpcs_compatibility:
44+
# runs-on: ubuntu-latest
45+
# container:
46+
# image: pipelinecomponents/php-codesniffer:latest
47+
# strategy:
48+
# matrix:
49+
# PHPVERSION: ["8.1", "8.2", "8.3", "8.4"]
50+
# steps:
51+
# - run: apk add git
52+
# - uses: actions/checkout@v4
53+
# - name: Various fixes to this image
54+
# run: .github/jobs/fix_pipelinecomponents_image.sh
55+
# - name: Detect compatibility with supported PHP version
56+
# run: >
57+
# phpcs -s -p --colors
58+
# --standard=PHPCompatibility
59+
# --extensions=php
60+
# --runtime-set testVersion ${{ matrix.PHPVERSION }}
61+
# lib/lib.*.php
62+
# etc
63+
# judge
64+
# webapp/src
65+
# webapp/tests
66+
# webapp/public
67+
# webapp/config
6868

6969
pycodestyle:
7070
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)