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 |       - name: Install dependencies | ||||||
|         run: pip install -r requirements.txt && pip install -r requirements-dev.txt |         run: pip install -r requirements.txt && pip install -r requirements-dev.txt | ||||||
|       - name: Lint |       - 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 |         continue-on-error: true | ||||||
|       - name: Unit Test |       - name: Unit Test | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user