We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfabb6 commit 1d169ecCopy full SHA for 1d169ec
action.yml
@@ -7,7 +7,7 @@ inputs:
7
python-root-list:
8
description: "A list of all paths to test"
9
required: false
10
- default: "./**/*.py"
+ default: "'./**/*.py'"
11
use-pylint:
12
description: "Use Pylint"
13
@@ -92,6 +92,7 @@ runs:
92
name: Install lintners
93
- run: >
94
${{ github.action_path }}/entrypoint.sh
95
+ ${{ inputs.python-root-list }}
96
${{ inputs.use-pylint }}
97
${{ inputs.use-pycodestyle }}
98
${{ inputs.use-flake8 }}
@@ -108,6 +109,5 @@ runs:
108
109
${{ inputs.extra-isort-options }}
110
${{ inputs.extra-vulture-options }}
111
${{ inputs.extra-pydocstyle-options }}
- ${{ inputs.python-root-list }}
112
shell: bash
113
name: Lint
0 commit comments