Skip to content

[Diffs] Handle --no-diffs usage to show file have been changed if any with --dry-run + --no-diffs #31373

[Diffs] Handle --no-diffs usage to show file have been changed if any with --dry-run + --no-diffs

[Diffs] Handle --no-diffs usage to show file have been changed if any with --dry-run + --no-diffs #31373

name: Code Analysis [no dev]
on:
pull_request: null
env:
# see https://github.com/composer/composer/issues/9368#issuecomment-718112361
COMPOSER_ROOT_VERSION: "dev-main"
jobs:
code_analysis_no_dev:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
# see https://github.com/shivammathur/setup-php
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: none
- run: |
composer install --ansi
composer install --no-progress --ansi --no-dev
- run: bin/rector list --ansi