We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbaa56 commit 39511c7Copy full SHA for 39511c7
1 file changed
.github/workflows/pr_pre-commit.yaml .github/workflows/pr_prek.yaml.github/workflows/pr_pre-commit.yaml renamed to .github/workflows/pr_prek.yaml
@@ -1,5 +1,5 @@
1
---
2
-name: pre-commit
+name: prek
3
4
on:
5
pull_request:
@@ -12,14 +12,14 @@ env:
12
permissions: {}
13
14
jobs:
15
- pre-commit:
+ prek:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
with:
20
persist-credentials: false
21
fetch-depth: 0
22
- - uses: stackabletech/actions/run-pre-commit@c34dbb4f27b274736c7d2edc6f6f30a03d03edf5 # v0.12.2
+ - uses: stackabletech/actions/run-prek@a14cbd08d9e034e2361ea9205b32aff0491885db # v0.15.0
23
24
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
25
# rust-src is required for trybuild stderr output comparison to work
0 commit comments