Skip to content

Commit

Permalink
refactor: Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 31, 2024
1 parent 4fed60b commit 0c34c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
actions:
- name: 'PHPStan'
run: composer phpstan
run: phpstan
- name: 'Coding Standards'
run: composer fix-cs
run: fix-cs
name: ${{ matrix.actions.name }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0c34c1f

Please sign in to comment.