We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15a583 commit 2dfccc5Copy full SHA for 2dfccc5
1 file changed
.github/workflows/format_php.yml
@@ -60,7 +60,9 @@ jobs:
60
${{ runner.os }}-phpcs-
61
62
- name: Install Composer dependencies
63
- run: composer install --no-progress --prefer-dist
+ run: |
64
+ composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_4_LICENSE_KEY }}" --ansi
65
+ composer install --no-progress --prefer-dist
66
67
- name: Detect PHP coding style issues
68
id: lint_php
0 commit comments