Next Generation WASM Microkernel Operating System

fix: add engine field to tangled CI pipeline declarations #9

merged opened by jonaskruckenberg.de targeting main from push-kotlxvswqstm

Adds the now required engine fields to the tangled CI pipeline declaration files.

Labels

None yet.

Participants 1
AT URI
at://did:plc:wur5mmsnhlocanyqtus3oex5/sh.tangled.repo.pull/3m6hu7p3puw22
+6
Diff #0
+2
.tangled/workflows/check.yml
··· 7 7 CLICOLOR: 1 8 8 RUSTFLAGS: -Dwarnings 9 9 10 + engine: "nixery" 11 + 10 12 steps: 11 13 - name: cargo check 12 14 command: nix develop --command just check
+2
.tangled/workflows/clippy.yml
··· 7 7 CLICOLOR: 1 8 8 RUSTFLAGS: -Dwarnings 9 9 10 + engine: "nixery" 11 + 10 12 steps: 11 13 - name: cargo clippy 12 14 command: nix develop --command just clippy
+2
.tangled/workflows/fmt.yml
··· 7 7 CLICOLOR: 1 8 8 RUSTFLAGS: -Dwarnings 9 9 10 + engine: "nixery" 11 + 10 12 steps: 11 13 - name: cargo fmt 12 14 command: nix develop --command just check-fmt

History

1 round 0 comments
sign up or login to add to the discussion
1 commit
expand
fix: add engine field to tangled CI pipeline declarations
3/3 success
expand
expand 0 comments
pull request successfully merged