Skip to content

Commit 2dfccc5

Browse files
committed
Fix Format (PHP) on CI
1 parent d15a583 commit 2dfccc5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/format_php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
${{ runner.os }}-phpcs-
6161
6262
- name: Install Composer dependencies
63-
run: composer install --no-progress --prefer-dist
63+
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
6466
6567
- name: Detect PHP coding style issues
6668
id: lint_php

0 commit comments

Comments
 (0)