this repo has no description

edit test workflow

altagos.dev 302d8cb5 1885cb6e

verified
+5
+5
.tangled/workflows/test.yaml
··· 3 3 branch: ["main"] 4 4 - event: ["manual"] 5 5 6 + dependencies: 7 + ## from nixpkgs 8 + nixpkgs: 9 + - nodejs 10 + 6 11 steps: 7 12 - name: "Echo" 8 13 command: "echo 'Hello World'"