We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5a438 commit 252707dCopy full SHA for 252707d
.github/workflows/code_analysis.yaml
@@ -13,10 +13,10 @@ jobs:
13
matrix:
14
actions:
15
- name: PHPStan
16
- run: composer phpstan
+ run: composer run phpstan
17
18
- name: Nette Tester
19
- run: composer tester -- -C
+ run: composer run test -- -C
20
21
php:
22
- "8.0"
composer.json
@@ -46,6 +46,6 @@
46
},
47
"scripts": {
48
"phpstan": "phpstan analyze -c phpstan.neon --level 5",
49
- "tester": "tester tests"
+ "test": "tester tests"
50
}
51
0 commit comments