Skip to content

Commit

Permalink
Ensure we have the right commit
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Apr 25, 2024
1 parent ae582d2 commit baa4c4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
# Make sure the actual branch is checked out when running on PR
ref: ${{ github.event.pull_request.head.sha }}
# Full git history needed to get proper list of changed files
fetch-depth: 0

Expand Down

0 comments on commit baa4c4b

Please sign in to comment.