mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +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:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
- 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'
|
||||
uses: JetBrains/qodana-action@main
|
||||
env:
|
||||
|
@@ -2,3 +2,7 @@ profile:
|
||||
name: qodana.recommended
|
||||
version: "1.0"
|
||||
linter: jetbrains/qodana-php:2022.3-eap
|
||||
exclude:
|
||||
- name: All
|
||||
paths:
|
||||
- .ci
|
||||
|
Reference in New Issue
Block a user