File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 24
24
testMode: true
25
25
configPath: "vendor/my-company/coding-style/pint.json"
26
26
pintVersion: 1.2.1
27
+ onlyDirty: true
27
28
28
29
```
29
30
ℹ️ Starting from version 2 you can specify the Pint version to be used by specifyling a ` pintVersion ` in your configuration file.
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ inputs:
10
10
description : " would you like to run Pint on verbose mode"
11
11
required : false
12
12
13
+ onlyDirty :
14
+ description : " only format changed files"
15
+ required : false
16
+
13
17
configPath :
14
18
description : " specify the custom config path"
15
19
required : false
@@ -19,7 +23,7 @@ inputs:
19
23
required : false
20
24
21
25
pintVersion :
22
- description : " larave /pint composer version to install a specific version."
26
+ description : " laravel /pint composer version to install a specific version."
23
27
required : false
24
28
runs :
25
29
using : ' docker'
You can’t perform that action at this time.
0 commit comments