mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +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: | ||||
|           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 | ||||
|           php artisan clear-compiled | ||||
|           php artisan ide-helper:generate; | ||||
|  | ||||
|       - name: 'Qodana Scan' | ||||
|         uses: JetBrains/qodana-action@main | ||||
|         env: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user