From ddd6125e56940eb4b2d4580dce65ec423d8c7f77 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 29 Apr 2023 18:44:03 -0400 Subject: [PATCH] set git triggers --- .github/workflows/on_pull_request.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index 57f46ab6e..b9e0eb7db 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -29,6 +29,6 @@ jobs: python launch.py --test - name: Analysing the code with pylint run: | - python -m pip install --upgrade pip - pip install pylint - pylint $(git ls-files '*.py') + python -m pip install --upgrade pip + pip install pylint + pylint $(git ls-files '*.py')