From ee09b3cd35bff49c5915a5a884151590ab09e136 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 30 May 2026 10:33:49 -0400 Subject: [PATCH] .forgejo workflow: + xo-type --- .forgejo/workflows/ci.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 1fa1330b..631da5c3 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -71,8 +71,10 @@ jobs: nix-build ci.nix -A xo-arena - name: build xo-facet - run: + run: | + echo -n nix-build ci.nix -A xo-type nix-build ci.nix -A xo-facet + ls -l ./result - name: build xo-printable2 run: | @@ -121,3 +123,9 @@ jobs: echo -n nix-build ci.nix -A xo-gc nix-build ci.nix -A xo-gc ls -l ./result + + - name: build xo-type + run: | + echo -n nix-build ci.nix -A xo-type + nix-build ci.nix -A xo-type + ls -l ./result