Skip to content

Commit

Permalink
add checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-deepsource committed Oct 5, 2023
1 parent 5d9f071 commit 3b81fbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
name: Python tests
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 1
- name: Setup python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 3b81fbe

Please sign in to comment.