Skip to content

Commit

Permalink
fix: arg sent to wrong step
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinston committed Feb 2, 2024
1 parent cfcae70 commit 9e1de1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
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 9e1de1a

Please sign in to comment.