mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
ci: update symfony.yml
This commit is contained in:
9
.github/workflows/symfony.yml
vendored
9
.github/workflows/symfony.yml
vendored
@@ -22,10 +22,11 @@ jobs:
|
||||
php-version: '8.3'
|
||||
extensions: mbstring, xml, intl, curl, iconv, pdo_pgsql, sodium, zip, http
|
||||
|
||||
- name: Install dependencies
|
||||
run: >
|
||||
composer install --prefer-dist --no-progress --no-suggest --optimize-autoloader
|
||||
yarn install
|
||||
- name: Install backend dependencies
|
||||
run: composer install --prefer-dist --no-progress --no-suggest --optimize-autoloader
|
||||
|
||||
- name: Install frontend dependencies
|
||||
run: yarn install
|
||||
|
||||
- name: Run PHP-CS-Fixer
|
||||
run: vendor/bin/php-cs-fixer fix --dry-run --diff
|
||||
|
||||
Reference in New Issue
Block a user