Skip to content

Commit a67237c

Browse files
authored
Switch CI to use prek and bump checkout version (#26)
* Set the version of python to the MSV * Update pre-commit.yaml * Update pre-commit.yaml
1 parent 2f8427c commit a67237c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
pull_request:
55
push:
66
branches: [main]
7-
87
jobs:
98
pre-commit:
109
runs-on: ubuntu-latest
1110
steps:
12-
- uses: actions/checkout@v4
13-
- uses: actions/setup-python@v5
14-
- uses: pre-commit/action@v3.0.1
11+
- uses: actions/checkout@v5
12+
- uses: j178/prek-action@v1

0 commit comments

Comments
 (0)