tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
vmx
1
fork
atom
A Docker-like CLI and HTTP API for managing headless VMs
1
fork
atom
overview
issues
pulls
pipelines
fix(ci): specify engine
tsiry-sandratraina.com
3 months ago
3b67df44
49e21742
2/2
fmt.yml
success
17s
test.yml
success
23s
+16
-3
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
fmt.yml
test.yml
+14
.tangled/workflows/test.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
engine: nixery
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- deno
10
10
+
11
11
+
steps:
12
12
+
- name: "deno test"
13
13
+
command: |
14
14
+
deno test -A
+2
-3
.tangled/workflows/tests.yml
.tangled/workflows/fmt.yml
···
2
2
- event: ["push", "pull_request"]
3
3
branch: ["main"]
4
4
5
5
+
engine: nixery
6
6
+
5
7
dependencies:
6
8
nixpkgs:
7
9
- deno
···
10
12
- name: "deno fmt"
11
13
command: |
12
14
deno fmt --check
13
13
-
- name: "deno test"
14
14
-
command: |
15
15
-
deno test -A