Added dry mode

This commit is contained in:
2020-03-16 15:30:17 +01:00
parent 8bd9c88a06
commit 03018818a5
2 changed files with 8 additions and 3 deletions

View File

@@ -20,8 +20,12 @@ inputs:
required: false
default: '--write **/*.js'
branch:
description: Branch which the changes are merged to
description: Target branch for the changes
required: true
dry:
description: Running the script in dry mode just shows whether there are files that should be prettified or not
required: false
default: False
runs:
using: 'docker'