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: also run on pull requests
kacaii.dev
2 months ago
a9502c9b
1f53ed44
+6
-4
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
lint.yml
+6
-4
.tangled/workflows/lint.yml
···
1
1
when:
2
2
-
- event: ["push", "manual"]
3
3
-
branch: ["main", "develop"]
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["main"]
4
4
5
5
engine: nixery
6
6
···
15
15
16
16
steps:
17
17
- name: check for potential errors
18
18
-
command: gleam check -t erlang
18
18
+
command: |
19
19
+
gleam check -t erlang
19
20
20
21
- name: check for unformatted files
21
21
-
command: gleam format --check src test
22
22
+
command: |
23
23
+
gleam format --check src test