mirror of
https://github.com/esphome/esphome.git
synced 2024-11-26 00:48:19 +01:00
Show changes from python linting (#3677)
This commit is contained in:
parent
e7cfb5492e
commit
98aa3d51ed
1 changed files with 2 additions and 2 deletions
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')
|
||||||
|
|
Loading…
Reference in a new issue