From 3c489f76cf272fd83f5c20237d750510679f40b6 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sat, 25 Sep 2021 13:40:25 +0200 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 0805af74..7073161c 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -18,5 +18,6 @@ jobs: python -m pip install --upgrade pip pip install pylint - name: Analysing the code with pylint + working-directory: tnc run: | pylint `ls -R|grep .py$|xargs`