wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam

:green_heart: export path whenever using the gleam binary

+1
+1
.tangled/workflows/lint.yml
··· 30 30 31 31 - name: check for unformatted files 32 32 command: | 33 + export PATH="$HOME/.nix-profile/bin:$PATH" 33 34 gleam format --check src test