mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	CICD: Add check for accidental inclusion of GPL:ed code
This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							| @@ -27,6 +27,15 @@ jobs: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - run: cargo fmt -- --check | ||||
|  | ||||
|   license_checks: | ||||
|     name: License checks | ||||
|     runs-on: ubuntu-20.04 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|       with: | ||||
|         submodules: true # we especially want to perform license checks on submodules | ||||
|     - run: tests/scripts/license-checks.sh | ||||
|  | ||||
|   min_version: | ||||
|     name: Minimum supported rust version | ||||
|     runs-on: ubuntu-20.04 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user