andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.88k stars 208 forks source link

implement simple github action which compiles sc-im and runs all tests #890

Open mipmip opened 3 months ago

mipmip commented 3 months ago

This github action instantly shows if sc-im compiles and runs all tests. This saves time when people submit a PR.

Next step would be to ask people who send PRs with a new feature to also add a test proofing the feature works.

andmarti1424 commented 3 months ago

Great idea!

andmarti1424 commented 1 month ago

@mipmip Hello. How the build is triggered? Thanks.

mipmip commented 1 month ago

When pushing to main and when submitting a PR.

andmarti1424 commented 1 month ago

Thank you. Will merge it to dev branch and try it.

andmarti1424 commented 2 weeks ago

Merged to dev branch to test this. Thanks!