Fix yaml bad indent

This commit is contained in:
Jean-Michel Picod
2020-02-27 18:43:02 +01:00
parent d69b40f2cf
commit 28afe7f86f

View File

@@ -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 .