tangled
alpha
login
or
join now
quasigod.xyz
/
tangled-testing
0
fork
atom
a repo for testing tangled features
0
fork
atom
overview
issues
pulls
pipelines
init
quasigod.xyz
1 month ago
ae25601c
+12
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
test-pr.yaml
test
+11
.tangled/workflows/test-pr.yaml
···
1
1
+
when:
2
2
+
- event: ["pull_request"]
3
3
+
4
4
+
engine: "nixery"
5
5
+
6
6
+
7
7
+
steps:
8
8
+
- name: "Test branch"
9
9
+
command: "echo $TANGLED_PR_SOURCE_BRANCH"
10
10
+
- name: "Test url"
11
11
+
command: "echo $TANGLED_REPO_URL"
+1
test
···
1
1
+