Skip to content

Commit

Permalink
Run PHPStan on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Mar 10, 2024
1 parent 11f0f14 commit 65b03f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:

- name: Run phpcs
run: composer cs
#
# - name: Run psalm
# run: composer static

- name: Run PHPStan
run: composer static

0 comments on commit 65b03f4

Please sign in to comment.