testing

say hello

+3 -3
+3 -3
.tangled/workflows/main.yaml
··· 6 6 7 7 dependencies: 8 8 nixpkgs: 9 - - toybox 9 + - hello-go 10 10 11 11 steps: 12 - - name: "Say stuff" 13 - command: "echo 'going to sleep' && sleep 300 && echo 'hi there'" 12 + - name: "Say hello" 13 + command: "hello" 14 14 15 15 clone: 16 16 skip: false