mirror of
				https://github.com/Eledio/superfaktura-client.git
				synced 2025-10-31 08:22:32 +01:00 
			
		
		
		
	ga: fix workflow for pylint
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/pylint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pylint.yml
									
									
									
									
										vendored
									
									
								
							| @@ -20,7 +20,7 @@ jobs: | ||||
|         pip install pylint | ||||
|     - name: pylint | ||||
|       run: | | ||||
|         pylint $(git ls-files '*.py') --fail-under=9.0 --output-format=json > pylint-report.json | ||||
|         pylint $(git ls-files '*.py' | grep -v '^test/') --fail-under=9.0 --output-format=json > pylint-report.json | ||||
|  | ||||
|     - name: Generate Pylint Score | ||||
|       id: pylint_score | ||||
|   | ||||
		Reference in New Issue
	
	Block a user