Testing!

Initial commit

+12
+9
.tangled/workflows/build.yml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: main 4 + 5 + engine: nixery 6 + 7 + steps: 8 + - name: Test 9 + command: "echo Hello, World!"
+3
README.md
··· 1 + # test-repo 2 + 3 + Testing!