Skip to content

Commit 9c46d55

Browse files
committed
Slightly simplify ci.style job
https://github.com/j178/prek-action/
1 parent 6b14ba8 commit 9c46d55

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@ jobs:
3333
persist-credentials: false
3434
submodules: recursive
3535

36-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
37-
with:
38-
python-version: 3.12
39-
4036
- name: Run style checks
41-
run: pipx run prek -a
37+
uses: j178/prek-action@53276d8b0d10f8b6672aa85b4588c6921d0370cc # v2.0.1
4238

4339
build_wheels:
4440
needs: [style]

0 commit comments

Comments
 (0)