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 334ffce commit 54d9150Copy full SHA for 54d9150
.github/workflows/pint.yml
@@ -9,6 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
+ with:
13
+ ref: ${{ github.head_ref }}
14
- name: "laravel-pint"
15
uses: aglipanci/laravel-pint-action@2.0.0
16
with:
0 commit comments