Skip to content

Commit

Permalink
remove phpcs from 1.x workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed May 29, 2024
1 parent dd994ae commit 7109966
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,5 @@ jobs:
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"

- name: "Run phpcs"
if: ${{ matrix.php-version == '8.3' }}
run: "vendor/bin/phpcs -n -s --report=checkstyle | cs2pr"

- name: "Run PHPUnit"
run: "vendor/bin/phpunit"

0 comments on commit 7109966

Please sign in to comment.