We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3c70c commit ccf5d94Copy full SHA for ccf5d94
.github/workflows/test.yaml
@@ -10,9 +10,9 @@ jobs:
10
- uses: shivammathur/setup-php@v2
11
with:
12
php-version: '8.0'
13
- tools: php-cs-fixer
+ - uses: ramsey/composer-install@v2
14
- name: php-cs-fixer
15
- run: php-cs-fixer fix --dry-run --diff
+ run: ./vendor/bin/php-cs-fixer fix --dry-run --diff
16
17
coding-style-js:
18
runs-on: ubuntu-latest
composer.json
@@ -2,6 +2,7 @@
2
"name": "symfony/ux",
3
"license": "MIT",
4
"require-dev": {
5
- "symfony/filesystem": "^5.2|^6.0"
+ "symfony/filesystem": "^5.2|^6.0",
6
+ "friendsofphp/php-cs-fixer": "^3.13"
7
}
8
0 commit comments