mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-12 19:30:30 +02:00
Added default option for prettier
This commit is contained in:
@@ -17,7 +17,8 @@ inputs:
|
||||
default: '*'
|
||||
prettier_options:
|
||||
description: Options for the 'prettier' command
|
||||
required: true
|
||||
required: false
|
||||
default: '--write "{,!(node_modules)/**/}*.js"'
|
||||
branch:
|
||||
description: Branch which the changes are merged to
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user