Fix typo in YAML workflow

This commit is contained in:
Jean-Michel Picod
2020-02-28 15:53:44 +01:00
parent 19056abbf3
commit 7dedf40440

View File

@@ -26,7 +26,7 @@ jobs:
- name: Register matcher
run: echo ::add-matcher::./.github/python_matcher.json
- name: Test code with pylint
runs: ./tools/run_pylint.sh
run: ./tools/run_pylint.sh
yapf:
runs-on: ubuntu-18.04