We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904d2c5 commit 805396eCopy full SHA for 805396e
1 file changed
.github/workflows/code_analysis.yaml
@@ -15,15 +15,15 @@ jobs:
15
16
-
17
name: 'Bare Run'
18
- run: bin/console
+ run: bin/dump-nodes.php
19
20
21
name: 'ECS'
22
- run: composer check-cs
+ run: vendor/bin/ecs
23
24
25
name: 'PHPStan'
26
- run: composer phpstan
+ run: vendor/bin/phpstan
27
28
name: ${{ matrix.actions.name }}
29
runs-on: ubuntu-latest
0 commit comments