Skip to content

Commit

Permalink
only lint on 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wwade committed Feb 7, 2024
1 parent b073f64 commit 495f16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
pipenv --python ${{ matrix.python-version }} sync --dev
- name: Run linters
if: ${{ matrix.python-version == "3.9" }}
run: |
pipenv run make lint
Expand Down

0 comments on commit 495f16b

Please sign in to comment.