mirror of
https://github.com/syssi/esphome-votronic.git
synced 2025-07-23 04:23:02 +02:00
Use ruff format at the CI (#57)
This commit is contained in:
committed by
GitHub
parent
8e3c94a72a
commit
1d705f4271
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@@ -168,8 +168,11 @@ jobs:
|
||||
- name: Lint Custom
|
||||
run: script/ci-custom.py -c
|
||||
working-directory: ${{ env.esphome_directory }}
|
||||
- name: Lint Python
|
||||
run: script/lint-python -c
|
||||
- name: Run Ruff
|
||||
run: ruff format esphome tests
|
||||
working-directory: ${{ env.esphome_directory }}
|
||||
- name: Suggest changes
|
||||
run: script/ci-suggest-changes
|
||||
working-directory: ${{ env.esphome_directory }}
|
||||
|
||||
esphome-config:
|
||||
|
Reference in New Issue
Block a user