ci: minor fixes

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/877/head
Varun Patil 2023-10-15 17:42:00 -07:00
parent 577ec47a81
commit 6931f01bfa
1 changed files with 2 additions and 2 deletions

View File

@ -37,12 +37,12 @@ jobs:
- name: Run Psalm
working-directory: apps/memories
run: |
vendor/bin/psalm --no-cache --shepherd --stats --threads=4 lib
vendor/bin/psalm --no-cache --shepherd --stats --threads=max lib
- name: Run PHP-CS-Fixer
working-directory: apps/memories
run: |
vendor/bin/php-cs-fixer fix --dry-run --diff lib
vendor/bin/php-cs-fixer fix --dry-run --diff
vue-lint:
name: Vue Lint