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 00f9d0f commit 2d79da2Copy full SHA for 2d79da2
.github/workflows/main.yml
@@ -16,17 +16,8 @@ jobs:
16
17
- name: Install composer deps
18
run: |
19
- composer create-project nette/code-checker temp/code-checker ^3 --no-progress
20
- composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
21
-
22
# Install app deps
23
composer install --no-interaction --prefer-dist
24
25
- # Check code checker and coding standards
26
- - name: Check coding standards
27
- run: |
28
- php temp/code-checker/code-checker --short-arrays --strict-types --fix --no-progress
29
- php temp/coding-standard/ecs check src --config temp/coding-standard/coding-standard-php74.yml
30
31
- name: Check PHPStan rules
32
run: composer phpstan
0 commit comments