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