From 9e00273864ce80e53450a5f09ad68cc57b55ac6d Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Thu, 29 Apr 2021 20:31:40 -0300 Subject: [PATCH] Add pylint to Github lint workflow. --- .github/workflows/lint.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3ddc5bd6..62564979 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,3 +31,8 @@ jobs: - name: Run Python linters uses: rjeffman/python-lint-action@v2 + + - name: Run pylint + run: | + pip install pylint==2.8.2 + pylint plugins --disable=import-error -- GitLab