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 4410848 commit 806dc5bCopy full SHA for 806dc5b
1 file changed
.github/workflows/pr_pre-commit.yml
@@ -1,5 +1,5 @@
1
---
2
-name: pre-commit
+name: prek
3
4
on:
5
pull_request:
@@ -11,14 +11,14 @@ env:
11
permissions: {}
12
13
jobs:
14
- pre-commit:
+ prek:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
with:
19
persist-credentials: false
20
fetch-depth: 0
21
- - uses: stackabletech/actions/run-pre-commit@bb86a79a5ab73726d4f047f07452c3307ff0b300 # v0.15.0
+ - uses: stackabletech/actions/run-prek@bb86a79a5ab73726d4f047f07452c3307ff0b300 # v0.15.0
22
23
python-version: ${{ env.PYTHON_VERSION }}
24
hadolint: ${{ env.HADOLINT_VERSION }}
0 commit comments