mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-15 12:50:31 +02:00
Merge branch 'feature-add-plugins' into master
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Prettier Action Plugins
|
name: Prettier Action
|
||||||
description: Automatically runs prettier on all your changes.
|
description: Automatically runs prettier on all your changes.
|
||||||
|
|
||||||
author: Conrad Großer <grosserconrad@gmail.com>
|
author: Conrad Großer <grosserconrad@gmail.com>
|
||||||
@@ -38,7 +38,7 @@ inputs:
|
|||||||
prettier_plugins:
|
prettier_plugins:
|
||||||
description: Install Prettier plugins, i.e. `@prettier/prettier-php @prettier/some-other-plugin`
|
description: Install Prettier plugins, i.e. `@prettier/prettier-php @prettier/some-other-plugin`
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: ''
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
|
|||||||
Reference in New Issue
Block a user