Add php-cs-fixer ci job
This commit is contained in:
parent
ab0f3d04b8
commit
6a2b90b44d
|
@ -44,6 +44,18 @@ jobs:
|
||||||
- run: make all
|
- run: make all
|
||||||
working-directory: tools
|
working-directory: tools
|
||||||
|
|
||||||
|
php-cs-fixer:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: 7.4
|
||||||
|
- name: Run php-cs-fixer
|
||||||
|
run: |
|
||||||
|
make php-cs-fixer
|
||||||
|
working-directory: legacy
|
||||||
|
|
||||||
test-legacy:
|
test-legacy:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue