diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 82c06241b59c7aea989642c5b8a9836148b97479..aa9070b5d1ddc92046699b6aa6426cd509c39dfb 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