bbodi / notecalc3

NoteCalc is a handy calculator trying to bring the advantages of Soulver to the web.
https://bbodi.github.io/notecalc3/
GNU Affero General Public License v3.0
1.16k stars 43 forks source link

Add github actions for CI #34

Closed vringar closed 3 years ago

vringar commented 3 years ago

GitHub Action are free for all Open Source projects and a neatly integrates with the rest of GitHub. And since this project doesn't seem to have any CI I thought it would be good to add one.

bbodi commented 3 years ago

Hi,

Thanks, I really like it!

One question: Is 'cargo.lock' was commited intentionally, is it needed for github actions?

vringar commented 3 years ago

Hey :) No, I accidentally committed it, sorry. Should I add it to the .gitignore?