I started playing around with Github Actions -- using them to do CI. Actions 
support many languages but Nim is not yet one of them. So I put together a 
simple hello world program to experiment with building Nim projects. Thought 
I'd share my build file as a starting point for others.

[https://github.com/hiteshjasani/nim-hello-world/blob/master/.github/workflows/build.yml](https://github.com/hiteshjasani/nim-hello-world/blob/master/.github/workflows/build.yml)

Reply via email to