Skip to content

Commit 8440f9d

Browse files
author
Joel Collins
committed
Fixed pylint workflow path
1 parent 0ec347c commit 8440f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: poetry run mypy src
3939

4040
- name: Lint with PyLint
41-
run: poetry run pylint .\src\labthings\
41+
run: poetry run pylint src/labthings/
4242

4343
- name: Test with pytest
4444
run: poetry run pytest

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: poetry run mypy src
4141

4242
- name: Lint with PyLint
43-
run: poetry run pylint .\src\labthings\
43+
run: poetry run pylint src/labthings/
4444

4545
- name: Test with pytest
4646
run: poetry run pytest

0 commit comments

Comments
 (0)