Add php-cs-fixer ci job

This commit is contained in:
jo 2021-09-15 15:44:57 +02:00
parent ab0f3d04b8
commit 6a2b90b44d
1 changed files with 12 additions and 0 deletions

View File

@ -44,6 +44,18 @@ jobs:
- run: make all
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:
strategy:
matrix: