Skip to content

Commit

Permalink
Replace action
Browse files Browse the repository at this point in the history
  • Loading branch information
ppelgrims committed May 15, 2024
1 parent 204f946 commit 59c340e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/code-style.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ jobs:
- name: Run PHPStan analysis
run: vendor/bin/phpstan analyse --memory-limit=-1
if: ${{ matrix.php == '8.2' }}

- name: Run PHP Coding Standards Fixer
run: vendor/bin/php-cs-fixer fix src --dry-run

0 comments on commit 59c340e

Please sign in to comment.