File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 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
68-
6943 pycodestyle :
7044 runs-on : ubuntu-latest
7145 steps :
You can’t perform that action at this time.
0 commit comments