Skip to content

Commit 710b9ac

Browse files
committed
minor #3002 [CI] Remove PHP-CS-Fixer job (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- [CI] Remove PHP-CS-Fixer job | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | Fix #2956 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Since we have now more transparency about Fabbot behaviour It's possible in the future for CS issues to happening again (if PHP-CS-Fixer is upgraded and change the code formatting), but that's fine Commits ------- b04223b [CI] Remove PHP-CS-Fixer job
2 parents a62c4be + b04223b commit 710b9ac

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/code-quality.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,6 @@ jobs:
3232
- run: pnpm install --frozen-lockfile
3333
- run: pnpm run ci
3434

35-
coding-style-php:
36-
runs-on: ubuntu-latest
37-
steps:
38-
- uses: actions/checkout@v4
39-
40-
- uses: shivammathur/setup-php@v2
41-
with:
42-
php-version: '8.1'
43-
44-
- name: Install root dependencies
45-
uses: ramsey/composer-install@v3
46-
with:
47-
working-directory: ${{ github.workspace }}
48-
49-
- name: php-cs-fixer
50-
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff
51-
5235
phpstan:
5336
name: PHPStan
5437
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)