We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9636de2 commit 45e8b0bCopy full SHA for 45e8b0b
.github/workflows/lint.yml
@@ -25,4 +25,6 @@ jobs:
25
- name: compileall
26
run: python -m compileall -f *.py examples/
27
- name: pylint
28
- run: pylint --errors-only viam_wrap.py
+ run: |
29
+ pip install .
30
+ pylint --errors-only viam_wrap.py
0 commit comments