A small client for downloading metadata from public endpoints.
0

Configure Feed

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

Use Tangled microVM CI

authored by

Woodrow Melling and committed by
Tangled
(Jun 30, 2026, 9:17 PM +0300) 02469ff8 86034c03

+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-web-metadata 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'