Skip to content

Commit 0b02d61

Browse files
committed
minor #1786 Remove redundant PHP CS Fixer job (HypeMC)
This PR was merged into the 1.x branch. Discussion ---------- Remove redundant PHP CS Fixer job PHP CS Fixer is already run by Fabbot, so there's no need to run it again in this workflow. Commits ------- e353f0b Remove redundant PHP CS Fixer job
2 parents 8e204f0 + e353f0b commit 0b02d61

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/ci-static-analysis.yaml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -27,38 +27,6 @@ jobs:
2727
name: Validate composer.json
2828
run: "composer validate --strict --no-check-lock"
2929

30-
php-cs-fixer:
31-
name: "PHP-CS-Fixer"
32-
33-
runs-on: ubuntu-latest
34-
35-
steps:
36-
-
37-
name: Checkout code
38-
uses: "actions/checkout@v4"
39-
40-
-
41-
name: Install PHP
42-
uses: "shivammathur/setup-php@v2"
43-
with:
44-
php-version: 8.2
45-
46-
-
47-
name: Composer install
48-
uses: "ramsey/composer-install@v3"
49-
with:
50-
composer-options: "--no-scripts"
51-
52-
-
53-
name: Composer install php-cs-fixer
54-
uses: "ramsey/composer-install@v3"
55-
with:
56-
composer-options: "--no-scripts --working-dir=tools/php-cs-fixer"
57-
58-
-
59-
name: Run PHP-CS-Fixer
60-
run: "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --dry-run --diff --show-progress=none"
61-
6230
phpstan:
6331
name: PHPStan
6432

0 commit comments

Comments
 (0)