synchronik/ci.synchronik.yml

16 lines
265 B
YAML
Raw Normal View History

---
2023-03-12 23:26:15 +00:00
# This is a Synchronik formatted YAML file. Using YAML for now to make hacking on
# this quicker and easier
needs:
- 'git'
- 'cargo'
commands:
- 'echo "Hello World"'
- 'which cargo'
2023-01-29 22:32:08 +00:00
- |
2023-01-29 22:23:43 +00:00
#!/bin/sh
pwd
echo "This is not working properly?"