We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b70613 commit 3a5a555Copy full SHA for 3a5a555
1 file changed
.github/workflows/release.yml
@@ -19,12 +19,12 @@ jobs:
19
with:
20
key: phpstan
21
path: .phpstan-cache
22
+ - name: Run ECS
23
+ run: php vendor/bin/ecs
24
- name: Build test files
25
run: vendor/bin/codecept build
26
- name: Run PHPStan
27
run: vendor/bin/phpstan
- - name: Run ECS
- run: php vendor/bin/ecs
28
tests:
29
runs-on: ubuntu-latest
30
strategy:
0 commit comments