Code Quality Improvements

This commit is contained in:
2020-01-24 20:00:58 +01:00
parent f18a80caf3
commit 554e56f267
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ inputs:
prettier_options:
description: Options for the 'prettier' command
required: false
default: "--write '**/*.js'"
default: "--write **/*.js"
branch:
description: Branch which the changes are merged to
required: true