Add lint/test to CI for main (codecov) (2)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci-branch-main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci-branch-main.yml
									
									
									
									
										vendored
									
									
								
							@@ -12,7 +12,6 @@ on:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  lint:
 | 
			
		||||
    name: Lint
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out repository code
 | 
			
		||||
@@ -27,7 +26,6 @@ jobs:
 | 
			
		||||
        run: pylint --recursive=yes .
 | 
			
		||||
 | 
			
		||||
  test:
 | 
			
		||||
    name: Run unit tests
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user