feature(zone): kernel command line control on launch

This commit is contained in:
Alex Zenla
2024-08-21 13:42:25 -07:00
parent 1123a1a50a
commit 5dbdbfdee1
13 changed files with 79 additions and 35 deletions

View File

@ -26,9 +26,8 @@ jobs:
rustup component add rustfmt
- name: install linux dependencies
run: ./hack/ci/install-linux-deps.sh
# Temporarily ignored: https://github.com/edera-dev/krata/issues/206
- name: cargo fmt
run: ./hack/build/cargo.sh fmt --all -- --check || true
run: ./hack/build/cargo.sh fmt --all -- --check
shellcheck:
name: shellcheck
runs-on: ubuntu-latest