tangled
alpha
login
or
join now
kacaii.dev
/
senac-brigade-server
0
fork
atom
wip: currently rewriting the project as a full stack application
tangled.org/kacaii.dev/sigo
gleam
0
fork
atom
overview
issues
1
pulls
pipelines
:green_heart: export path before every gleam command
kacaii.dev
1 month ago
75a879df
2470df29
+2
-4
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
lint.yml
+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
25
-
- name: setup path correctly
26
26
-
command: |
27
27
-
export PATH="$HOME/.nix-profile/bin:$PATH"
28
28
-
25
25
+
#
29
26
- name: check for potential errors
30
27
command: |
28
28
+
export PATH="$HOME/.nix-profile/bin:$PATH"
31
29
gleam check -t erlang
32
30
33
31
- name: check for unformatted files