From ac6697139f022f51f4f132a29f5ec795af6fed5b Mon Sep 17 00:00:00 2001 From: ab5424 Date: Tue, 16 Nov 2021 18:40:06 +0100 Subject: [PATCH] Update pylint cmd --- .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 10c49c6..8aed927 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,4 +20,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint `ls -R|grep .py$|xargs` + pylint $(find . -name "*.py" | xargs)