Skip to content

Commit

Permalink
Add new flag for using the local project pint version
Browse files Browse the repository at this point in the history
  • Loading branch information
likeadeckofcards committed May 23, 2023
1 parent 1fce957 commit 9594200
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ inputs:
pintVersion:
description: "laravel/pint composer version to install a specific version."
required: false

useComposer:
description: "Use Laravel Pint version from project composer lock file."
required: false
runs:
using: 'docker'
image: 'Dockerfile'
Expand All @@ -35,6 +39,7 @@ runs:
- ${{ inputs.preset }}
- ${{ inputs.only-dirty }}
- ${{ inputs.pint-version }}
- ${{ inputs.use-composer }}
branding:
icon: 'eye'
color: 'gray-dark'

0 comments on commit 9594200

Please sign in to comment.