Skip to content

Commit d681fb4

Browse files
committed
fix target names
1 parent cbccd76 commit d681fb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
run: make lint-ecs
5757

5858
- name: Run mess detection
59-
run: make qa-phpmd
59+
run: make analyse-phpmd
6060

6161
- name: Run magic number detection
62-
run: make qa-phpmnd
62+
run: make analyse-phpmnd
6363

6464
- name: Run PHP compatibility
65-
run: make qa-compatibility
65+
run: make analyse-compatibility
6666

6767
- name: Run static analysis
68-
run: make qa-phpstan
68+
run: make analyse-phpstan

0 commit comments

Comments
 (0)