A Gleam implementation of the Scoundrel solo card game munksgaard.me/scoundrel
lustre scoundrel gleam card game

add tangled spindle ci workflow

munksgaard.tngl.sh 74224970 f1658b31

Waiting for spindle ...
+31
+31
.tangled/workflows/build.yml
··· 1 + when: 2 + - event: ["push", "manual"] 3 + branch: ["main"] 4 + - event: ["pull_request"] 5 + branch: ["main"] 6 + 7 + engine: "nixery" 8 + 9 + # using the default values 10 + clone: 11 + skip: false 12 + depth: 1 13 + submodules: false 14 + 15 + dependencies: 16 + # nixpkgs 17 + nixpkgs: 18 + - gleam 19 + - rebar3 20 + - bun 21 + - tailwindcss_4 22 + - just 23 + - nodejs 24 + 25 + steps: 26 + - name: "Build" 27 + command: "gleam build --warnings-as-errors" 28 + - name: "Test" 29 + command: "gleam test" 30 + - name: "Build distribution" 31 + command: "just build"