mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	CICD: Improved job names
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							@@ -76,7 +76,7 @@ jobs:
 | 
				
			|||||||
      run: bat --list-themes
 | 
					      run: bat --list-themes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    name: Build
 | 
					    name: ${{ matrix.job.os }} (${{ matrix.job.target }})
 | 
				
			||||||
    runs-on: ${{ matrix.job.os }}
 | 
					    runs-on: ${{ matrix.job.os }}
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user