Skip to content

Commit 65b03f4

Browse files
committed
Run PHPStan on CI
1 parent 11f0f14 commit 65b03f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333

3434
- name: Run phpcs
3535
run: composer cs
36-
#
37-
# - name: Run psalm
38-
# run: composer static
36+
37+
- name: Run PHPStan
38+
run: composer static

0 commit comments

Comments
 (0)