Skip to content

Commit 1b87ecc

Browse files
committed
Fix website cs-php
1 parent fba478e commit 1b87ecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ux.symfony.com.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ jobs:
2121
- uses: shivammathur/setup-php@v2
2222
with:
2323
php-version: '8.3'
24+
tools: php-cs-fixer
2425
- name: Install dependencies
2526
uses: ramsey/composer-install@v3
2627
with:
2728
working-directory: ux.symfony.com
2829
- name: php-cs-fixer
29-
run: vendor/bin/php-cs-fixer check --diff
30+
run: php-cs-fixer check --diff
3031

3132
cs-twig:
3233
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)