mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Exclude path and add command.
This commit is contained in:
1
.github/workflows/qodana.yml
vendored
1
.github/workflows/qodana.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
composer install --no-scripts
|
composer install --no-scripts
|
||||||
|
php artisan key:generate
|
||||||
php artisan clear-compiled
|
php artisan clear-compiled
|
||||||
php artisan ide-helper:generate;
|
php artisan ide-helper:generate;
|
||||||
|
|
||||||
|
|||||||
@@ -2,3 +2,7 @@ profile:
|
|||||||
name: qodana.recommended
|
name: qodana.recommended
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
linter: jetbrains/qodana-php:2022.3-eap
|
linter: jetbrains/qodana-php:2022.3-eap
|
||||||
|
exclude:
|
||||||
|
- name: All
|
||||||
|
paths:
|
||||||
|
- .ci
|
||||||
|
|||||||
Reference in New Issue
Block a user