Skip to content

Commit 2e177e5

Browse files
committed
fix: Remove unnecessary composer command from workflow files.
1 parent bd344ac commit 2e177e5

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/workflows/dependency-check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ name: Composer require checker
2020
jobs:
2121
composer-require-checker:
2222
uses: php-forge/actions/.github/workflows/composer-require-checker.yml@main
23-
with:
24-
composer-command: |
25-
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi

.github/workflows/ecs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,3 @@ name: ecs
2020
jobs:
2121
easy-coding-standard:
2222
uses: php-forge/actions/.github/workflows/ecs.yml@main
23-
secrets:
24-
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
25-
with:
26-
composer-command: |
27-
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi

.github/workflows/static.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@ jobs:
2525
phpstan:
2626
uses: php-forge/actions/.github/workflows/phpstan.yml@main
2727
with:
28-
composer-command: |
29-
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
3028
concurrency-group: phpstan-${{ github.workflow }}-${{ github.ref }}
3129
phpstan-console:
3230
uses: php-forge/actions/.github/workflows/phpstan.yml@main
3331
with:
3432
configuration: 'phpstan-console.neon'
35-
composer-command: |
36-
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
3733
concurrency-group: phpstan-console-${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)