tangled
alpha
login
or
join now
rgebee.bsky.social
/
test-repo
0
fork
atom
Testing!
0
fork
atom
overview
issues
pulls
pipelines
Initial commit
Chris Dill
1 month ago
aa2be66e
0/0
Waiting for spindle ...
+12
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
build.yml
README.md
+9
.tangled/workflows/build.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: main
4
4
+
5
5
+
engine: nixery
6
6
+
7
7
+
steps:
8
8
+
- name: Test
9
9
+
command: "echo Hello, World!"
+3
README.md
···
1
1
+
# test-repo
2
2
+
3
3
+
Testing!