Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelecarelle committed Oct 29, 2024
1 parent dabc2dc commit 6a67baf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
with:
php-version: '${{ matrix.php }}'
coverage: none
tools: castor

- name: Install Composer packages
uses: ramsey/composer-install@v3
Expand Down Expand Up @@ -60,7 +59,7 @@ jobs:
uses: ramsey/composer-install@v3

- name: Run PHP CS Fixer
run: ./vendor/bin/php-cs-fixer --no-fix
run: ./vendor/bin/php-cs-fixer fix --dry-run

phpstan:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -90,4 +89,4 @@ jobs:
uses: ramsey/composer-install@v3

- name: Run PHPStan
run: ./vendor/bin/phpstan --no-local
run: ./vendor/bin/phpstan analyze --memory-limit=-1

0 comments on commit 6a67baf

Please sign in to comment.