tangled
alpha
login
or
join now
gearsco.de
/
pearl
2
fork
atom
An Erlang lexer and syntax highlighter in Gleam
2
fork
atom
overview
issues
pulls
pipelines
Add CI for tangled
gearsco.de
7 months ago
60d657ed
aa475822
0/0
Waiting for spindle ...
+15
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
test.yml
+15
.tangled/workflows/test.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
dependencies:
6
6
+
nixpkgs:
7
7
+
- gleam
8
8
+
- erlang_28
9
9
+
10
10
+
steps:
11
11
+
- name: run all tests
12
12
+
command: |
13
13
+
gleam deps download
14
14
+
gleam test
15
15
+
gleam format --check src test