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

:green_heart: export path before every gleam command

+2 -4
+2 -4
.tangled/workflows/lint.yml
··· 22 22 # 23 23 # > *for non-nixery stuff, so anything using anything other 24 24 # > than nixpkgs in dependencies 25 - - name: setup path correctly 26 - command: | 27 - export PATH="$HOME/.nix-profile/bin:$PATH" 28 - 25 + # 29 26 - name: check for potential errors 30 27 command: | 28 + export PATH="$HOME/.nix-profile/bin:$PATH" 31 29 gleam check -t erlang 32 30 33 31 - name: check for unformatted files