mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
Merge pull request #7053 from firefly-iii/add-ide-helper
Add IDE helper script.
This commit is contained in:
9
.github/workflows/qodana.yml
vendored
9
.github/workflows/qodana.yml
vendored
@@ -24,8 +24,13 @@ 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
|
||||||
|
cp .env.example .env
|
||||||
|
php artisan key:generate
|
||||||
|
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:
|
||||||
|
@@ -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