Skip to content

Commit

Permalink
setup python for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed Nov 11, 2024
1 parent 9b4340e commit e284ec8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
with:
python-version: "3.12"
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: actions/checkout@v4
- run: pipx install pre-commit
- name: Run commit checks
Expand Down

0 comments on commit e284ec8

Please sign in to comment.