tangled
alpha
login
or
join now
gearsco.de
/
just
3
fork
atom
A JavaScript lexer and syntax highlighter for Gleam!
3
fork
atom
overview
issues
pulls
pipelines
Add CI for Tangled
gearsco.de
6 months ago
bc3e9d62
ccfff14f
+17
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
test.yml
+17
.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
+
- nodejs_24
10
10
+
11
11
+
steps:
12
12
+
- name: run all tests
13
13
+
command: |
14
14
+
gleam deps download
15
15
+
gleam test --target erlang
16
16
+
gleam test --target javascript
17
17
+
gleam format --check src test