mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Show changes from python linting (#3677)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -131,7 +131,7 @@ jobs: | |||||||
|         if: matrix.id == 'ci-custom' |         if: matrix.id == 'ci-custom' | ||||||
|  |  | ||||||
|       - name: Lint Python |       - name: Lint Python | ||||||
|         run: script/lint-python |         run: script/lint-python -a | ||||||
|         if: matrix.id == 'lint-python' |         if: matrix.id == 'lint-python' | ||||||
|  |  | ||||||
|       - run: esphome compile ${{ matrix.file }} |       - run: esphome compile ${{ matrix.file }} | ||||||
| @@ -163,4 +163,4 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Suggested changes |       - name: Suggested changes | ||||||
|         run: script/ci-suggest-changes |         run: script/ci-suggest-changes | ||||||
|         if: always() && (matrix.id == 'clang-tidy' || matrix.id == 'clang-format') |         if: always() && (matrix.id == 'clang-tidy' || matrix.id == 'clang-format' || matrix.id == 'lint-python') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user