From c4484c61b9900729ac06fe7b6321491ac22ff09c Mon Sep 17 00:00:00 2001 From: Womsxd <45663319+Womsxd@users.noreply.github.com> Date: Sun, 6 Jun 2021 21:38:28 +0800 Subject: [PATCH] =?UTF-8?q?pylint=E6=B2=A1=E6=9C=89=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E5=BA=93=E5=B0=B1=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pylint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c16ba22..a992adf 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -19,4 +19,5 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | + pip install -r requirements.txt pylint `ls -R|grep .py$|xargs`