There was an error while loading. Please reload this page.
1 parent 2b4e664 commit 7163d1bCopy full SHA for 7163d1b
2 files changed
.github/workflows/linter.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout code
23
uses: actions/checkout@v4
24
with:
25
- ref: ${{ github.head_ref }}
+ ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
26
27
- name: Run Laravel Pint
28
uses: aglipanci/laravel-pint-action@latest
.github/workflows/test-runner.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
- name: Validate composer.json and composer.lock
47
run: composer validate --strict
0 commit comments