A type safe swift ResultBuilder DSL for structured directories
0

Configure Feed

Select the types of activity you want to include in your feed.

Use Tangled microVM CI

author
Woodrow Melling
committer
Tangled
date (Jun 30, 2026, 7:09 PM +0300) commit 012622e5 parent a954619a change-id uoptqtnu
+13 -4
+13 -4
.tangled/workflows/ci.yml
··· 4 4 - event: ["pull_request"] 5 5 branch: ["main"] 6 6 7 - engine: tack 7 + engine: microvm 8 + image: nixos 9 + 10 + virtualisation: 11 + docker: true 8 12 9 - tack: 10 - buildkite: 11 - pipeline: swift-file-tree 13 + steps: 14 + - name: "Build and test" 15 + command: | 16 + docker run --rm \ 17 + --volume "$PWD":/workdir \ 18 + --workdir /workdir \ 19 + swift:6.3-noble \ 20 + bash -lc 'swift build && swift test'