mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 12:29:47 +00:00
Add IDE helper script.
This commit is contained in:
7
.github/workflows/qodana.yml
vendored
7
.github/workflows/qodana.yml
vendored
@@ -24,8 +24,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --no-scripts
|
run: |
|
||||||
|
composer install --no-scripts
|
||||||
|
php artisan clear-compiled
|
||||||
|
php artisan ide-helper:generate;
|
||||||
|
|
||||||
- name: 'Qodana Scan'
|
- name: 'Qodana Scan'
|
||||||
uses: JetBrains/qodana-action@main
|
uses: JetBrains/qodana-action@main
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user