Skip to content

Commit

Permalink
try .sha
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinston committed Jan 17, 2024
1 parent 9c5c1f1 commit 9585ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.event.pull_request.head.sha }}
- name: Lint with flake8 and Reformat with black
run: |
make init-lint-and-black
Expand Down

0 comments on commit 9585ba1

Please sign in to comment.