Skip to content

Commit

Permalink
Merge pull request #3 from roadiz/ambroisemaupate-patch-2
Browse files Browse the repository at this point in the history
fix: Update Github Action
  • Loading branch information
ambroisemaupate authored Nov 5, 2024
2 parents 9721215 + 85fdd82 commit a6d9f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Install Dependencies
run: composer install --no-scripts --no-ansi --no-interaction --no-progress
- name: Run PHP Code Sniffer
run: vendor/bin/phpcs -p ./src
run: vendor/bin/php-cs-fixer check --ansi -vvv
- name: Run PHPStan
run: vendor/bin/phpstan analyse --no-progress -c phpstan.neon

0 comments on commit a6d9f2e

Please sign in to comment.