Skip to content

Commit cf34819

Browse files
AJOO7dciborow
andauthored
update action .yml (#5)
default value for glob-pattern should specify a file type If one uses this action without giving glob-pattern explicitly as some file type then the GitHub actions fail because the default value is set as '.' which refers to the working directory and not the type of file on which it had to run. Co-authored-by: Daniel Ciborowski <[email protected]>
1 parent 247ad09 commit cf34819

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
@@ -13,7 +13,7 @@ inputs:
1313
glob_pattern:
1414
description: "Glob pattern of the files to lint"
1515
required: false
16-
default: "."
16+
default: "**/*.py"
1717
pylint_rc:
1818
description: "Path to the .pylintrc configuration file. pylint automatically searches for it if not provided."
1919
required: false

0 commit comments

Comments
 (0)