Skip to content

Commit

Permalink
ci: fix lint workflow for forks
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
serhalp authored Nov 25, 2024
1 parent 00e3a4b commit 80b3d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 80b3d06

Please sign in to comment.