Skip to content

Commit

Permalink
chore: Switch to check-cs to throw errors during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jul 11, 2024
1 parent 0fcf6b0 commit 398664e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ jobs:
fail-fast: false
matrix:
actions:
-
name: 'PHPStan'
- name: 'PHPStan'
run: composer phpstan
-
name: 'Coding Standards'
run: composer fix-cs
- name: 'Coding Standards'
run: composer check-cs
name: ${{ matrix.actions.name }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 398664e

Please sign in to comment.