mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-12 19:30:30 +02:00
Added dry mode
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user