diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a069de34..2b61194b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -196,10 +196,10 @@ jobs: pip install -r requirements.txt - name: Check typing with MyPy run: | - mypy aas_compliance_tool test + mypy ./aas_compliance_tool test - name: Check code style with PyCodestyle run: | - pycodestyle --count --max-line-length 120 aas_compliance_tool test + pycodestyle --count --max-line-length 120 ./aas_compliance_tool test compliance-tool-readme-codeblocks: # This job runs the same static code analysis (mypy and pycodestyle) on the codeblocks in our docstrings.