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:
5
.github/workflows/php.yml
vendored
5
.github/workflows/php.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user