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
:construction_worker: target erlang
kacaii.dev
2 months ago
1f53ed44
fe41257b
+2
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
lint.yml
+2
-2
.tangled/workflows/lint.yml
···
14
14
- gccgo
15
15
16
16
steps:
17
17
-
- name: check for syntax errors
18
18
-
command: gleam check
17
17
+
- name: check for potential errors
18
18
+
command: gleam check -t erlang
19
19
20
20
- name: check for unformatted files
21
21
command: gleam format --check src test