diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b814f35..107c880 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -39,7 +39,7 @@ jobs: - name: Set PYTHONPATH for pylint run: | - echo "PYTHONPATH=python/idsse_testing/" >> $GITHUB_ENV + echo "PYTHONPATH=python/idsse.testing/" >> $GITHUB_ENV - name: Run code linter - run: pylint ./python/idsse_testing --max-line-length=120 --recursive true + run: pylint ./python/idsse.testing --max-line-length=120 --recursive true