Skip to content

Commit 43bbdfc

Browse files
authored
Update python.yml
1 parent 876c6b1 commit 43bbdfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Lint with pylint
2525
run: |
2626
# stop the build if pylint is 10 for everything
27-
pylint /python/app
27+
pylint python/app/
2828
- name: Lint with mypy
2929
run: |
3030
mypy app
3131
- name: Unit Tests
3232
run: |
33-
pytest /python/app/tests
33+
pytest python/app/test/

0 commit comments

Comments
 (0)