We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c97f0 commit 5a56dddCopy full SHA for 5a56ddd
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: ricardochaves/[email protected]
23
with:
24
# A list of all paths to test
25
- python-root-list: # optional, default is .
+ python-root-list: "./src"
26
# Use Pylint
27
use-pylint: # optional, default is true
28
# Use pycodestyle
0 commit comments