Skip to content

Commit

Permalink
Use the right checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Apr 25, 2024
1 parent cb2093c commit 45f61ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
# Checks out a copy of your repository on the ubuntu-latest machine
- 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

# Runs the Super-Linter action
- name: Run Super-Linter
Expand Down

0 comments on commit 45f61ef

Please sign in to comment.