Skip to content
Snippets Groups Projects
Commit 28afe7f8 authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Fix yaml bad indent

parent d69b40f2
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,6 @@ jobs: ...@@ -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 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment