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: use unstable gleam version
kacaii.dev
2 months ago
ea8307de
2cb63561
0/1
lint.yml
failed
29s
+15
-3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
lint.yml
+15
-3
.tangled/workflows/lint.yml
···
6
6
7
7
dependencies:
8
8
nixpkgs:
9
9
+
- gnumake
10
10
+
- findutils
11
11
+
- gccgo
12
12
+
13
13
+
github:NixOS/nixpkgs/nixpkgs-unstable:
9
14
- gleam
10
15
- beamminimal28packages.erlang
11
16
- beamminimal28packages.rebar3
12
12
-
- gnumake
13
13
-
- findutils
14
14
-
- gccgo
15
17
16
18
steps:
19
19
+
# @naomi:
20
20
+
# > spindle doesn't currently set up the profile correctly, so you gotta
21
21
+
# > add it onto your path so you have access to your binaries
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
+
17
29
- name: check for potential errors
18
30
command: |
19
31
gleam check -t erlang