Skip to content

Commit 2d79da2

Browse files
committed
Temporaly remove coding standard test
1 parent 00f9d0f commit 2d79da2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,8 @@ jobs:
1616

1717
- name: Install composer deps
1818
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-
2219
# Install app deps
2320
composer install --no-interaction --prefer-dist
2421
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-
3122
- name: Check PHPStan rules
3223
run: composer phpstan

0 commit comments

Comments
 (0)