diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 107c880..b0dd658 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