Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
johanwilfer committed Aug 10, 2024
1 parent 112058f commit f51d425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
key: dependencies-php-8.3-composer-${{ hashFiles('composer.json') }}

- run: |
composer install --no-progress
composer install --prefer-dist --no-progress
composer cs-fix
composer rector-fix
Expand All @@ -95,5 +95,5 @@ jobs:
path: vendor
key: dependencies-php-8.3-composer-${{ hashFiles('composer.json') }}

- run: composer install --no-progress
- run: composer install --prefer-dist --no-progress
- run: composer phpstan

0 comments on commit f51d425

Please sign in to comment.