Skip to content

Commit 5f15f8d

Browse files
committed
change to formatting and add description
1 parent 9f7f42d commit 5f15f8d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
testMode: true
2525
configPath: "vendor/my-company/coding-style/pint.json"
2626
pintVersion: 1.2.1
27+
onlyDirty: true
2728
2829
```
2930
ℹ️ Starting from version 2 you can specify the Pint version to be used by specifyling a `pintVersion` in your configuration file.

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ inputs:
1010
description: "would you like to run Pint on verbose mode"
1111
required: false
1212

13+
onlyDirty:
14+
description: "only format changed files"
15+
required: false
16+
1317
configPath:
1418
description: "specify the custom config path"
1519
required: false
@@ -19,7 +23,7 @@ inputs:
1923
required: false
2024

2125
pintVersion:
22-
description: "larave/pint composer version to install a specific version."
26+
description: "laravel/pint composer version to install a specific version."
2327
required: false
2428
runs:
2529
using: 'docker'

0 commit comments

Comments
 (0)