a repo for testing tangled features

init

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