tangled
alpha
login
or
join now
nickmohoric.dev
/
spindle-test
1
fork
atom
testing
1
fork
atom
overview
issues
pulls
pipelines
say hello
nickmohoric.dev
7 months ago
219753fe
91d039f6
0/1
main.yaml
failed
12m 5s
+3
-3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
main.yaml
+3
-3
.tangled/workflows/main.yaml
···
6
6
7
7
dependencies:
8
8
nixpkgs:
9
9
-
- toybox
9
9
+
- hello-go
10
10
11
11
steps:
12
12
-
- name: "Say stuff"
13
13
-
command: "echo 'going to sleep' && sleep 300 && echo 'hi there'"
12
12
+
- name: "Say hello"
13
13
+
command: "hello"
14
14
15
15
clone:
16
16
skip: false