mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Add new jpbs
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,18 +1,7 @@ | ||||
| name: Sonarcloud CI | ||||
| on: | ||||
|   workflow_dispatch: | ||||
|   push: | ||||
|     branches: | ||||
|       - main | ||||
|       - develop | ||||
|   pull_request: | ||||
|     types: [opened, synchronize, reopened] | ||||
| jobs: | ||||
|   qodana: | ||||
|     name: 'Qodana Scan' | ||||
|     uses: JetBrains/qodana-action@main | ||||
|     env: | ||||
|       QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} | ||||
|   sonarcloud: | ||||
|     name: SonarCloud | ||||
|     runs-on: ubuntu-latest | ||||
|   | ||||
							
								
								
									
										15
									
								
								.github/workflows/qodana.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.github/workflows/qodana.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| name: Qodana | ||||
| on: | ||||
|   workflow_dispatch: | ||||
|   push: | ||||
|     branches: | ||||
|       - main | ||||
|       - develop | ||||
|   pull_request: | ||||
|     types: [opened, synchronize, reopened] | ||||
| jobs: | ||||
|   qodana: | ||||
|     name: 'Qodana Scan' | ||||
|     uses: JetBrains/qodana-action@main | ||||
|     env: | ||||
|       QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} | ||||
		Reference in New Issue
	
	Block a user