Skip to content

Commit 6fd7a7a

Browse files
committed
Consolidate GitHub actions into single build
1 parent 836aee5 commit 6fd7a7a

File tree

2 files changed

+6
-29
lines changed

2 files changed

+6
-29
lines changed

.github/workflows/continuous-integration.yml renamed to .github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration
1+
name: build
22

33
on:
44
push:
@@ -66,6 +66,11 @@ jobs:
6666
key: dependencies-os-${{ matrix.os }}-php-${{ matrix.php-version }}-laravel-${{ matrix.laravel-version }}-composer-${{ hashFiles('**/composer.lock') }}
6767
restore-keys: dependencies-os-${{ matrix.os }}-php-${{ matrix.php-version }}-laravel-${{ matrix.laravel-version }}
6868

69+
- uses: jasonmccreary/PHP-Lint@fetch-signature
70+
71+
- name: Validate composer.json and composer.lock
72+
run: composer validate
73+
6974
- name: Setup PHP
7075
uses: shivammathur/setup-php@v2
7176
with:

.github/workflows/php.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)