Skip to content

Commit 9594200

Browse files
Add new flag for using the local project pint version
1 parent 1fce957 commit 9594200

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ inputs:
2525
pintVersion:
2626
description: "laravel/pint composer version to install a specific version."
2727
required: false
28+
29+
useComposer:
30+
description: "Use Laravel Pint version from project composer lock file."
31+
required: false
2832
runs:
2933
using: 'docker'
3034
image: 'Dockerfile'
@@ -35,6 +39,7 @@ runs:
3539
- ${{ inputs.preset }}
3640
- ${{ inputs.only-dirty }}
3741
- ${{ inputs.pint-version }}
42+
- ${{ inputs.use-composer }}
3843
branding:
3944
icon: 'eye'
4045
color: 'gray-dark'

0 commit comments

Comments
 (0)