Skip to content

Commit 02816b8

Browse files
committed
phpstan on gh actions
1 parent cf411ba commit 02816b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php-workshop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- name: Run phpcs
3636
run: composer cs
3737

38-
# - name: Run phpstan
39-
# run: composer static
38+
- name: Run phpstan
39+
run: composer static
4040

4141
- name: Coverage upload
4242
if: matrix.php == '7.4'

0 commit comments

Comments
 (0)