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 13767be commit 4b1fbcbCopy full SHA for 4b1fbcb
.github/workflows/phpcsfixer.yml
@@ -29,6 +29,8 @@ jobs:
29
php-version: '8.4'
30
31
- name: Install dependencies
32
+ env:
33
+ COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
34
run: composer require --dev friendsofphp/php-cs-fixer
35
36
- name: Run php-cs-fixer and report with reviewdog
0 commit comments