Skip to content

Commit 0cd3085

Browse files
committed
Fix name on action job step
1 parent 495589f commit 0cd3085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ jobs:
9797
if: always()
9898
run: psalm --output-format=github
9999

100-
- name: Run psalm
100+
- name: Run phpstan
101101
if: always()
102102
run: phpstan analyse

0 commit comments

Comments
 (0)