Fix yaml bad indent
This commit is contained in:
6
.github/workflows/python.yml
vendored
6
.github/workflows/python.yml
vendored
@@ -45,6 +45,6 @@ jobs:
|
|||||||
pip install yapf tockloader
|
pip install yapf tockloader
|
||||||
- name: Test code formatting with yapf
|
- name: Test code formatting with yapf
|
||||||
run: |
|
run: |
|
||||||
./setup.sh
|
./setup.sh
|
||||||
echo ::add-matcher::./.github/python_matcher.json
|
echo ::add-matcher::./.github/python_matcher.json
|
||||||
yapf --style=chromium --recursive --exclude third_party --diff .
|
yapf --style=chromium --recursive --exclude third_party --diff .
|
||||||
|
|||||||
Reference in New Issue
Block a user