Skip to content

Commit 8a68606

Browse files
committed
tmp
Signed-off-by: kvmw <[email protected]>
1 parent c313858 commit 8a68606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
2727
- name: Check Lint
2828
run: |
29-
python -m greeter-messages/pylint *.py
30-
python -m greeter/pylint *.py
29+
python -m pylint greeter-messages/*.py
30+
python -m pylint greeter/*.py

0 commit comments

Comments
 (0)