Skip to content

Commit 80b3d06

Browse files
authored
ci: fix lint workflow for forks
It looks like the lint workflow doesn't work for PRs from PRs. See this run for example (scroll to Checkout > Determining the checkout info): https://github.com/opennextjs/opennextjs-netlify/actions/runs/11981106242/job/33483732033?pr=2707.
1 parent 00e3a4b commit 80b3d06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
with:
17-
ref: ${{ github.head_ref }}
1817
fetch-depth: 0
1918
- name: Setup Node.js
2019
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)