Skip to content

Commit 806dc5b

Browse files
committed
ci: Use prek instead of pre-commit
1 parent 4410848 commit 806dc5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr_pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: pre-commit
2+
name: prek
33

44
on:
55
pull_request:
@@ -11,14 +11,14 @@ env:
1111
permissions: {}
1212

1313
jobs:
14-
pre-commit:
14+
prek:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
with:
1919
persist-credentials: false
2020
fetch-depth: 0
21-
- uses: stackabletech/actions/run-pre-commit@bb86a79a5ab73726d4f047f07452c3307ff0b300 # v0.15.0
21+
- uses: stackabletech/actions/run-prek@bb86a79a5ab73726d4f047f07452c3307ff0b300 # v0.15.0
2222
with:
2323
python-version: ${{ env.PYTHON_VERSION }}
2424
hadolint: ${{ env.HADOLINT_VERSION }}

0 commit comments

Comments
 (0)