Skip to content

Commit

Permalink
Update Github Actions - PHP Stan
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianTuriacArnia committed Sep 14, 2023
1 parent efde2b2 commit d9d0ac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
cd ~/m246
bin/magento module:enable --all
bin/magento setup:di:compile
composer require --dev phpstan/phpstan
- name: Run PHPStan
run: vendor/bin/phpstan analyse --level 1 app/code/Buckaroo/Magento2/ -c dev/tests/static/testsuite/Magento/Test/Php/_files/phpstan/phpstan.neon

0 comments on commit d9d0ac7

Please sign in to comment.