From 7dedf4044091f91fbccb730961d6fca70b182039 Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod <jmichel@google.com> Date: Fri, 28 Feb 2020 15:53:44 +0100 Subject: [PATCH] Fix typo in YAML workflow --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab