Skip to content

Commit

Permalink
Check PSR-4 mapping in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and TorbenLundsgaard committed May 14, 2024
1 parent 1d59346 commit f733ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
run: composer validate --strict
- name: Composer Install
run: composer install --no-interaction --no-progress
- name: Check PSR-4 mapping
run: composer dump-autoload --dev --optimize --strict-psr
- name: PHPStan
run: composer phpstan
phpcs:
Expand Down

0 comments on commit f733ed9

Please sign in to comment.