From 8dbe50af9cfd4f152003650e12b11ba37945dab7 Mon Sep 17 00:00:00 2001 From: Garbis Ciftci Date: Sat, 29 Apr 2023 05:45:04 +0200 Subject: [PATCH] update --- .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 285cefd..a8f49c1 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 --rcfile=pylintrc $(git ls-files '*.py') + pylint --rcfile=pylintrc main.py