Skip to content

Commit

Permalink
Split up CS-Fixer and PHPUnit so CS-Fixer doesn't run on every PHP ve…
Browse files Browse the repository at this point in the history
…rsion.
  • Loading branch information
Crell committed Aug 14, 2024
1 parent bd86313 commit c574983
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,12 @@ jobs:
run: |
sudo chmod -R 777 vendor/pestphp/pest/.temp
vendor/bin/pest
- name: Run CS-Fixer
run: vendor/bin/php-cs-fixer check
build-code-style:
name: PHP-CS-Fixer checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
- name: Run CS-Fixer
run: vendor/bin/php-cs-fixer check

0 comments on commit c574983

Please sign in to comment.