run phpcs

This commit is contained in:
Waqar Ahmed Khan
2023-11-07 16:21:19 -08:00
parent b2db8ca161
commit 03d46597ef
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -66,6 +66,7 @@ jobs:
coverage: xdebug coverage: xdebug
php-version: ${{matrix.version}} php-version: ${{matrix.version}}
ini-values: xdebug.overload_var_dump=0, memory_limit=4G, phar.readonly=false ini-values: xdebug.overload_var_dump=0, memory_limit=4G, phar.readonly=false
tools: cs2pr, phpcs
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
@@ -81,6 +82,8 @@ jobs:
./configure ./configure
make make
./dev-scripts/run_tests.sh ./dev-scripts/run_tests.sh
- name: Run phpcs
run: phpcs -q --report=checkstyle src | cs2pr
# linux-arm: # linux-arm:
# name: ARM (${{ matrix.arch }}) # name: ARM (${{ matrix.arch }})