This commit is contained in:
		
							
								
								
									
										19
									
								
								.ARCHIVE/.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								.ARCHIVE/.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| name: CI | ||||
| on: | ||||
|   push: | ||||
|     branches: [ main ] | ||||
|   pull_request: | ||||
|     types: [opened, synchronize, reopened] | ||||
|     paths-ignore: | ||||
|       - 'README.md' | ||||
|       - 'LICENSE.md' | ||||
|       - '.gitignore' | ||||
|       - 'CODEOWNERS' | ||||
|       - 'renovate.json' | ||||
|  | ||||
| jobs: | ||||
|   ci: | ||||
|     uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main | ||||
|     secrets: | ||||
|       SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | ||||
|       SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||||
		Reference in New Issue
	
	Block a user