Skip to content

Commit 792de01

Browse files
committed
CI: Migrate to Prek and move jobs to precommit
1 parent ca54a2e commit 792de01

7 files changed

Lines changed: 98 additions & 361 deletions

File tree

.github/workflows/pr_cockpit.yml

Lines changed: 0 additions & 184 deletions
This file was deleted.

.github/workflows/pr_docs.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/pr_general.yml

Lines changed: 0 additions & 137 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
2-
name: pre-commit
3-
permissions: {}
2+
name: prek
43

54
on:
65
pull_request:
76
merge_group:
87

8+
permissions: {}
9+
910
env:
1011
CARGO_TERM_COLOR: always
1112
RUST_TOOLCHAIN_VERSION: "nightly-2025-05-26"
1213
HADOLINT_VERSION: "v1.17.6"
1314
NIX_VERSION: "2.25.2"
1415

1516
jobs:
16-
pre-commit:
17-
name: Pre-commit
17+
prek:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121
with:
2222
persist-credentials: false
2323
fetch-depth: 0
24-
- uses: stackabletech/actions/run-pre-commit@5901c3b1455488820c4be367531e07c3c3e82538 # v0.4.0
24+
- uses: stackabletech/actions/run-prek@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
2525
with:
2626
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
2727
hadolint: ${{ env.HADOLINT_VERSION }}

0 commit comments

Comments
 (0)