zunit
zunit copied to clipboard
Add CI Instructions for Github Actions
Motivation for the change
I have started to test my dot files repository and found ZUnit to be the perfect candidate for that daunting task. I love the documentation and the philosophy behind it. I had trouble setting in up in my CI system of choice: Github Actions. You can find how I did it on my dot files repo: https://github.com/EduardoSimon/dotfiles/blob/main/.github/workflows/testCI.yml I found interesting to share my findings.
Hi @molovo , should I close this PR?
@EduardoSimon,
You can find another example of github actions + zunit in the Zinit project.