Skip to content

Commit 12cabbe

Browse files
committed
[CI] Re-add PHP-CS-Fixer
1 parent 3fce961 commit 12cabbe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/code-quality.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ jobs:
2929
- run: yarn --immutable
3030
- run: yarn ci
3131

32+
coding-style-php:
33+
runs-on: ubuntu-latest
34+
steps:
35+
- uses: actions/checkout@v4
36+
- uses: shivammathur/setup-php@v2
37+
with:
38+
php-version: '8.1'
39+
- run: composer install
40+
- name: php-cs-fixer
41+
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff
42+
3243
phpstan:
3344
name: PHPStan
3445
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)