mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
CI will stop complaining about code base, bi-weekly release picks this up.
This commit is contained in:
parent
025f739442
commit
ad4f908c24
9
.github/workflows/sonarcloud.yml
vendored
9
.github/workflows/sonarcloud.yml
vendored
@ -45,15 +45,6 @@ jobs:
|
|||||||
- name: Install Composer dependencies
|
- name: Install Composer dependencies
|
||||||
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts
|
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts
|
||||||
|
|
||||||
- name: PHPStan
|
|
||||||
run: .ci/phpstan.sh
|
|
||||||
|
|
||||||
- name: PHPMD
|
|
||||||
run: .ci/phpmd.sh
|
|
||||||
|
|
||||||
- name: PHP CS Fixer
|
|
||||||
run: .ci/phpcs.sh
|
|
||||||
|
|
||||||
- name: "Create database file"
|
- name: "Create database file"
|
||||||
run: touch storage/database/database.sqlite
|
run: touch storage/database/database.sqlite
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user