1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-08 17:36:36 +02:00

adhere to (mostly) PSR12, check codestyle in CI

This commit is contained in:
Danny van Kooten
2025-01-11 20:21:41 +01:00
parent f440bb654d
commit c28df65f42
4 changed files with 13 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.3', 'highest' ]
php-versions: [ '7.3', 'highest' ]
steps:
- uses: actions/checkout@v2
@@ -35,5 +35,8 @@ jobs:
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --no-progress
- name: Check codestyle
run: composer run-script check-codestyle
- name: Run test suite
run: composer run-script test