From 87ae87afc1b5a61078520a63d8750a6b1ba04f43 Mon Sep 17 00:00:00 2001 From: Khole Date: Wed, 22 Jun 2022 16:11:44 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14132a9..4966248 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -488,4 +488,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - find . -name '*.py' -exec pylint --fail-under=10 {} \; + python -m pylint --fail-under=10 `find -regextype egrep -regex '(.*.py)$'`