Skip to content

Commit 58c69b7

Browse files
committed
minor #1795 Adjust GHA to account for fabbot (kbond)
This PR was merged into the 2.x branch. Discussion ---------- Adjust GHA to account for fabbot | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | n/a | License | MIT fabbot now handles cs Commits ------- 1320ae8 Adjust GHA to account for fabbot
2 parents 749b13e + 1320ae8 commit 58c69b7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@ on:
1111
- 'ux.symfony.com/**'
1212

1313
jobs:
14-
coding-style-php:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: actions/checkout@v4
18-
- uses: shivammathur/setup-php@v2
19-
with:
20-
php-version: '8.1'
21-
- uses: ramsey/composer-install@v3
22-
- name: php-cs-fixer
23-
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff
24-
2514
coding-style-js:
2615
name: JavaScript Coding Style
2716
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)