Skip to content

Commit b04223b

Browse files
committed
[CI] Remove PHP-CS-Fixer job
1 parent a62c4be commit b04223b

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)