Update dependency certifi to v2022.9.24 (#20)
* Update dependency certifi to v2022.9.24 * Add pylint-exit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Luke Tainton <luke@tainton.uk>
This commit was merged in pull request #20.
	This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -26,7 +26,7 @@ jobs:
 | 
			
		||||
      - name: Install dependencies
 | 
			
		||||
        run: pip install -r requirements.txt && pip install -r requirements-dev.txt
 | 
			
		||||
      - name: Lint
 | 
			
		||||
        run: pylint --recursive=yes --output-format=parseable --output=lintreport.txt .
 | 
			
		||||
        run: pylint --recursive=yes --output-format=parseable --output=lintreport.txt . || pylint-exit $?
 | 
			
		||||
      - name: Run test suite
 | 
			
		||||
        run: |
 | 
			
		||||
          coverage run -m py.test -v --junitxml=testresults.xml
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user