Skip to content

Commit

Permalink
Code format check is performed only in stable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Feb 2, 2024
1 parent 69f8bb9 commit d33d316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
composer update --prefer-${{ matrix.stability }} --no-interaction --no-progress --ansi
- name: Run Code Format Check
if: ${{ matrix.stability == 'stable' }}
run: vendor/bin/php-cs-fixer check

- name: Run Static Analysis
Expand Down

0 comments on commit d33d316

Please sign in to comment.