From 5f15f8d891305f1fcc718ea710ce62e1c9ebab6d Mon Sep 17 00:00:00 2001 From: James Harley <27085725+JKHarley@users.noreply.github.com> Date: Sat, 18 Mar 2023 10:53:40 +0000 Subject: [PATCH] change to formatting and add description --- README.md | 1 + action.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c9d0c..c04c489 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ jobs: testMode: true configPath: "vendor/my-company/coding-style/pint.json" pintVersion: 1.2.1 + onlyDirty: true ``` ℹ️ Starting from version 2 you can specify the Pint version to be used by specifyling a `pintVersion` in your configuration file. diff --git a/action.yml b/action.yml index 4ff1743..23c7f52 100644 --- a/action.yml +++ b/action.yml @@ -10,6 +10,10 @@ inputs: description: "would you like to run Pint on verbose mode" required: false + onlyDirty: + description: "only format changed files" + required: false + configPath: description: "specify the custom config path" required: false @@ -19,7 +23,7 @@ inputs: required: false pintVersion: - description: "larave/pint composer version to install a specific version." + description: "laravel/pint composer version to install a specific version." required: false runs: using: 'docker'