From daa701d0e59a645759c3ff8ae065225597f024ef Mon Sep 17 00:00:00 2001 From: Mickael Labarrere <35226465+mlabarrere@users.noreply.github.com> Date: Sat, 26 Dec 2020 12:53:43 +0100 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 c16ba22..c11bacc 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -19,4 +19,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint `ls -R|grep .py$|xargs` + pylint `ls -R|grep .py$|xargs` --exit-zero