Fix PHP check
This commit is contained in:
parent
9403ae356d
commit
c2f4d3a008
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -10,6 +10,10 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install dependencies
|
||||
run: composer install --prefer-dist --no-progress --no-suggest
|
||||
- name: Prepare
|
||||
run: |
|
||||
cp .env.example .env
|
||||
php artisan key:generate
|
||||
- name: Validate Twig templates
|
||||
run: php artisan twig:lint -v
|
||||
frontend:
|
||||
|
Loading…
Reference in New Issue
Block a user