From 120d3b9f545500f55100d7283703ed01ddc4b811 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Wed, 19 Jan 2022 09:05:39 -0500 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index e27f9e9..8e987cd 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -21,4 +21,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint `ls -R|grep .py$|xargs` + pylint `ls ../../src -R|grep .py$|xargs`