fix: add pylint-exit
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -27,7 +27,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 $? | ||||
|         continue-on-error: true | ||||
|       - name: Unit Test | ||||
|         run: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user