From e04ffe6c0ba01c09101c47a626ec6b9c0b818e36 Mon Sep 17 00:00:00 2001 From: AntoinePassemiers Date: Wed, 8 Dec 2021 17:37:47 +0100 Subject: [PATCH] Minor change --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index e2ef434..31631e4 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -29,7 +29,7 @@ jobs: if [ -f requirements-etel.txt ]; then pip install -r requirements-etel.txt; fi - name: Analysing the code with pylint run: | - pylint portia + pylint grnportia - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names