diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 82c0624..aa9070b 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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