Skip to content

Commit 39511c7

Browse files
authored
ci: Use prek, bump action version (#1235)
* ci: Use prek, bump action version * ci: Rename workflow file
1 parent 8dbaa56 commit 39511c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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:
@@ -12,14 +12,14 @@ env:
1212
permissions: {}
1313

1414
jobs:
15-
pre-commit:
15+
prek:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
persist-credentials: false
2121
fetch-depth: 0
22-
- uses: stackabletech/actions/run-pre-commit@c34dbb4f27b274736c7d2edc6f6f30a03d03edf5 # v0.12.2
22+
- uses: stackabletech/actions/run-prek@a14cbd08d9e034e2361ea9205b32aff0491885db # v0.15.0
2323
with:
2424
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
2525
# rust-src is required for trybuild stderr output comparison to work

0 commit comments

Comments
 (0)