Skip to content

Commit 1d169ec

Browse files
committed
debug
1 parent 8dfabb6 commit 1d169ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
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: "'./**/*.py'"
1111
use-pylint:
1212
description: "Use Pylint"
1313
required: false
@@ -92,6 +92,7 @@ runs:
9292
name: Install lintners
9393
- run: >
9494
${{ github.action_path }}/entrypoint.sh
95+
${{ inputs.python-root-list }}
9596
${{ inputs.use-pylint }}
9697
${{ inputs.use-pycodestyle }}
9798
${{ inputs.use-flake8 }}
@@ -108,6 +109,5 @@ runs:
108109
${{ inputs.extra-isort-options }}
109110
${{ inputs.extra-vulture-options }}
110111
${{ inputs.extra-pydocstyle-options }}
111-
${{ inputs.python-root-list }}
112112
shell: bash
113113
name: Lint

0 commit comments

Comments
 (0)