Skip to content

Commit 7e01a88

Browse files
committed
new version
1 parent 1d169ec commit 7e01a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ steps:
4141
- uses: actions/checkout@v1
4242
- uses: marian-code/[email protected]
4343
with:
44-
python-root-list: "src/ tests/'*'" # accepts wildcards bit must be enclosed in commas
44+
python-root-list: "'src/ tests/*'" # accepts wildcards, whole expresion must be enclosed in commas
4545
use-pycodestyle: false
4646
use-mypy: false
4747
use-vulture: true

0 commit comments

Comments
 (0)