Skip to content

Commit 805396e

Browse files
committed
fixup! misc
1 parent 904d2c5 commit 805396e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515

1616
-
1717
name: 'Bare Run'
18-
run: bin/console
18+
run: bin/dump-nodes.php
1919

2020
-
2121
name: 'ECS'
22-
run: composer check-cs
22+
run: vendor/bin/ecs
2323

2424
-
2525
name: 'PHPStan'
26-
run: composer phpstan
26+
run: vendor/bin/phpstan
2727

2828
name: ${{ matrix.actions.name }}
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)