mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
run phpcs
This commit is contained in:
@@ -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,7 +82,9 @@ 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 }})
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|||||||
+1
-1
Submodule crt/aws-crt-ffi updated: 310920c6ba...a76a837a8d
Reference in New Issue
Block a user