Skip to content

Commit 9e15345

Browse files
committed
Merge remote-tracking branch 'origin/master' into bugfix/ci
2 parents 6ea062a + fa4b6ca commit 9e15345

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/workflows/static-analysis.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,17 @@ jobs:
1616
progress: yes
1717
php_version: 8.4
1818
version: 2
19-
- name: "PHP-CS-Fixer"
20-
run: composer check-cs
21-
- name: "PSalm"
22-
run: composer psalm
19+
- name: Lint & Analyse
20+
uses: php-actions/composer@v6
21+
with:
22+
php_version: "8.4"
23+
version: 2
24+
command: check-cs
25+
26+
- name: Run Psalm
27+
uses: php-actions/composer@v6
28+
with:
29+
php_version: "8.4"
30+
version: 2
31+
command: psalm
32+

0 commit comments

Comments
 (0)