2 Commits

Author SHA1 Message Date
0be4cd65a7 infra: use login shell by default
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 4m4s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 10s
Gentoo Utils / build (push) Successful in 20s
Gentoo Utils / test (push) Successful in 29s
this way /etc/profile will be sourced when entering the container
2025-12-12 22:36:51 -06:00
7975e32f56 check meson formatting 2025-12-12 22:36:51 -06:00

View File

@@ -2,6 +2,9 @@ name: Gentoo Utils
on: [push]
defaults:
run:
shell: bash -l {0}
jobs:
build-oci-image:
runs-on: ubuntu-latest
@@ -133,6 +136,7 @@ jobs:
- name: Check Formatting
run: |
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build
meson format --check-only --recursive
ninja rustfmt -C build
docs: