We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4db704 commit ec514f1Copy full SHA for ec514f1
.github/workflows/lint_php.yml
@@ -21,7 +21,7 @@ jobs:
21
echo "version=$(composer show laravel/pint --locked --format=json | jq -r '.versions[0]' | sed 's/v//')" >> $GITHUB_OUTPUT
22
23
- name: laravel-pint
24
- uses: aglipanci/laravel-pint-action@2.3.1
+ uses: aglipanci/laravel-pint-action@2.4
25
with:
26
configPath: pint.json
27
pintVersion: ${{ steps.pint.outputs.version }}
0 commit comments