this repo has no description
lustre frontent oat-ui gleam
1
fork

Configure Feed

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

👷 add testing workflow

+18
+18
.tangled/workflows/test.yml
··· 1 + when: 2 + - event: ["push"] 3 + branch: ["main"] 4 + 5 + engine: "nixery" 6 + 7 + dependencies: 8 + nixpkgs/nixpkgs-unstable: 9 + - nodejs_25 10 + - gleam 11 + - beamMinimal28Packages.erlang 12 + - beamMinimal28Packages.rebar3 13 + 14 + steps: 15 + - name: "run unit tests" 16 + command: | 17 + gleam check 18 + gleam test