Skip to content

Commit

Permalink
chore: checkout all repo and go to pull request latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
beltrachi committed Oct 13, 2023
1 parent abbc19f commit 00a39fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- name: Print new build number
run: git log ; git branch
Expand Down

0 comments on commit 00a39fb

Please sign in to comment.