Skip to content

Commit

Permalink
Merge branch 'main' into twix-save-button
Browse files Browse the repository at this point in the history
  • Loading branch information
Franziska-Sophie authored Mar 7, 2025
2 parents dddf40e + bed42cc commit 0ad9d2d
Show file tree
Hide file tree
Showing 12 changed files with 119 additions and 686 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- self-hosted
- v3
container:
image: ghcr.io/hulks/hulk-ci:1.81.0
image: ghcr.io/hulks/hulk-ci:1.84.1
options: --user=1000:1000
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- self-hosted
- v3
container:
image: ghcr.io/hulks/hulk-ci:1.81.0
image: ghcr.io/hulks/hulk-ci:1.84.1
options: --user=1000:1000
steps:
- name: Download mkdocs artifact
Expand Down
22 changes: 22 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,28 @@ jobs:
- name: Check
run: ./pepsi clippy --locked

check-cargo-lock:
name: Check Cargo.lock
strategy:
matrix:
path:
- .
- services/aliveness
- services/breeze
- services/hula
runs-on:
- self-hosted
- v3
container:
image: ghcr.io/hulks/hulk-ci:1.84.1
options: --user=1000:1000
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Check
run: cargo update --locked --workspace --manifest-path ${{ matrix.path }}/Cargo.toml

check-parameters:
name: Check parameters
runs-on:
Expand Down
Loading

0 comments on commit 0ad9d2d

Please sign in to comment.