Skip to content

Commit

Permalink
change to formatting and add description
Browse files Browse the repository at this point in the history
  • Loading branch information
JKHarley committed Mar 18, 2023
1 parent 9f7f42d commit 5f15f8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit 5f15f8d

Please sign in to comment.