From 29caf9cfb2c0471e04ef2fabdd4e4440e8bcd0d1 Mon Sep 17 00:00:00 2001 From: cristianp-fossid <139110543+cristianp-fossid@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:51:35 +0200 Subject: [PATCH] Update linters.yml --- .github/workflows/linters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 5cd1ee5..465784a 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -5,11 +5,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Install requirements + - name: Code linters run: | pip install -r requirements.txt pycodestyle workbench-agent.py - pylint --errors-only --rcfile .pylintrc workbench-agent.py + pylint --rcfile .pylintrc workbench-agent.py