File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 66
66
key : dependencies-os-${{ matrix.os }}-php-${{ matrix.php-version }}-laravel-${{ matrix.laravel-version }}-composer-${{ hashFiles('**/composer.lock') }}
67
67
restore-keys : dependencies-os-${{ matrix.os }}-php-${{ matrix.php-version }}-laravel-${{ matrix.laravel-version }}
68
68
69
- - uses : jasonmccreary/PHP-Lint@fetch-signature
70
-
71
- - name : Validate composer.json and composer.lock
72
- run : composer validate
73
-
74
69
- name : Setup PHP
75
70
uses : shivammathur/setup-php@v2
76
71
with :
Original file line number Diff line number Diff line change
1
+ name : PHPLint
2
+
3
+ on : [pull_request]
4
+
5
+ jobs :
6
+ build :
7
+
8
+ runs-on : ubuntu-latest
9
+
10
+ steps :
11
+ - uses : actions/checkout@v2
12
+
13
+ - uses : jasonmccreary/PHP-Lint@fetch-signature
14
+
15
+ - name : Validate composer.json and composer.lock
16
+ run : composer validate
You can’t perform that action at this time.
0 commit comments