Skip to content

Commit 242b1af

Browse files
author
Alan Christie
committed
Fixed wrong test line
1 parent e0a95ef commit 242b1af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Test
4242
run: |
4343
pyroma .
44-
pylint decoder
45-
mypy decoder --install-types --non-interactive
44+
pylint dm_job_utilities
45+
mypy dm_job_utilities --install-types --non-interactive
4646
- name: Build
4747
run: |
4848
python setup.py bdist_wheel

0 commit comments

Comments
 (0)