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 836aee5 commit 6fd7a7aCopy full SHA for 6fd7a7a
.github/workflows/continuous-integration.yml renamed to .github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: Continuous Integration
+name: build
2
3
on:
4
push:
@@ -66,6 +66,11 @@ jobs:
66
key: dependencies-os-${{ matrix.os }}-php-${{ matrix.php-version }}-laravel-${{ matrix.laravel-version }}-composer-${{ hashFiles('**/composer.lock') }}
67
restore-keys: dependencies-os-${{ matrix.os }}-php-${{ matrix.php-version }}-laravel-${{ matrix.laravel-version }}
68
69
+ - uses: jasonmccreary/PHP-Lint@fetch-signature
70
+
71
+ - name: Validate composer.json and composer.lock
72
+ run: composer validate
73
74
- name: Setup PHP
75
uses: shivammathur/setup-php@v2
76
with:
.github/workflows/php.yml
0 commit comments