Skip to content

Commit 3a5a555

Browse files
committed
chore(ci): check code style before generating files
1 parent 6b70613 commit 3a5a555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
with:
2020
key: phpstan
2121
path: .phpstan-cache
22+
- name: Run ECS
23+
run: php vendor/bin/ecs
2224
- name: Build test files
2325
run: vendor/bin/codecept build
2426
- name: Run PHPStan
2527
run: vendor/bin/phpstan
26-
- name: Run ECS
27-
run: php vendor/bin/ecs
2828
tests:
2929
runs-on: ubuntu-latest
3030
strategy:

0 commit comments

Comments
 (0)