mirror of
				https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
				synced 2025-11-04 05:20:34 +00:00 
			
		
		
		
	Fix pylint always failing
Merge pull request #146 from sheeeng/feature/pylint-exit
This commit is contained in:
		
						commit
						8bab8a03c5
					
				
							
								
								
									
										4
									
								
								.github/workflows/pylint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/pylint.yml
									
									
									
									
										vendored
									
									
								
							@ -16,8 +16,8 @@ jobs:
 | 
			
		||||
      - name: Setup Pylint
 | 
			
		||||
        run: |
 | 
			
		||||
          python -m pip install --upgrade pip
 | 
			
		||||
          pip install pylint
 | 
			
		||||
          pip install pylint pylint-exit
 | 
			
		||||
          pip install -r requirements.txt
 | 
			
		||||
      - name: Run Pylint
 | 
			
		||||
        run: |
 | 
			
		||||
          pylint $(git ls-files '*.py')
 | 
			
		||||
          pylint $(git ls-files '*.py') || pylint-exit $?
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user