Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 55e7248

Browse files
Phil Varnerc-wygoda
authored andcommitted
setup python for pre-commit
1 parent 7d0af3c commit 55e7248

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ on:
77
jobs:
88
lint:
99
runs-on: ubuntu-latest
10-
with:
11-
python-version: "3.12"
1210
steps:
11+
- uses: actions/setup-python@v5
12+
with:
13+
python-version: "3.12"
1314
- uses: actions/checkout@v4
1415
- run: pipx install pre-commit
1516
- name: Run commit checks

0 commit comments

Comments
 (0)