Added Custom Checkpath and Parameters Options

This commit is contained in:
2019-11-15 09:38:54 +01:00
parent 3aac0062d0
commit 08c429cdb4
3 changed files with 13 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ pip install -r $INPUT_DEPENDENCIES || echo "No dependency file found."
# Apply PEP 8
echo "Running autopep8..."
autopep8 --in-place -r . || echo "Problem running autopep8."
autopep8 --in-place -r $INPUT_CHECKPATH ${INPUT_AUTOPARAMETERS:+"$INPUT_AUTOPARAMETERS"} || echo "Problem running autopep8."
if ! git diff --quiet
then