Skip to content

Commit a903670

Browse files
authored
Merge pull request #3 from nmenardg-keeper/fix-default-python-root-list
Fixing default parameter for linting all files
2 parents 9b1801a + e056190 commit a903670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
python-root-list:
88
description: "A list of all paths to test"
99
required: false
10-
default: "'./**/*.py'"
10+
default: "."
1111
use-pylint:
1212
description: "Use Pylint"
1313
required: false

0 commit comments

Comments
 (0)