Fix PHP check

This commit is contained in:
Pig Fang 2019-09-17 23:17:56 +08:00
parent 9403ae356d
commit c2f4d3a008

View File

@ -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: