a repo for testing tangled features

init

+12
+11
.tangled/workflows/test-pr.yaml
··· 1 + when: 2 + - event: ["pull_request"] 3 + 4 + engine: "nixery" 5 + 6 + 7 + steps: 8 + - name: "Test branch" 9 + command: "echo $TANGLED_PR_SOURCE_BRANCH" 10 + - name: "Test url" 11 + command: "echo $TANGLED_REPO_URL"
+1
test
··· 1 +