Skip to content

Commit 3bba227

Browse files
committed
fix: remove localeurls dependency and test case
2 parents bf3c801 + a1703d0 commit 3bba227

File tree

8 files changed

+2106
-143
lines changed

8 files changed

+2106
-143
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ jobs:
2626

2727
- name: Install dependencies
2828
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
29-
- name: Run PHPStan
30-
run: php vendor/bin/phpstan
3129
- name: Run ECS
3230
run: php vendor/bin/ecs
33-
3431
- name: Run test suite
3532
run: |
3633
php vendor/bin/codecept build
3734
php vendor/bin/codecept run
35+
- name: Run PHPStan
36+
run: php vendor/bin/phpstan

0 commit comments

Comments
 (0)