Skip to content

Commit 1320ae8

Browse files
committed
Adjust GHA to account for fabbot
1 parent 4b81a98 commit 1320ae8

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)