mirror of
https://github.com/creyD/autopep8_action.git
synced 2026-04-12 19:40:28 +02:00
Added dry run parameter
This commit is contained in:
@@ -30,6 +30,10 @@ inputs:
|
||||
description: Parameters for autopep8
|
||||
required: false
|
||||
default: ''
|
||||
dry:
|
||||
description: Should this script apply autopep8 directly or just warn?
|
||||
required: false
|
||||
default: false
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
|
||||
Reference in New Issue
Block a user