fimblo / generate-prompt

Simple prompt generator for bash
GNU General Public License v3.0
0 stars 0 forks source link

Add CI? #3

Closed JensRantil closed 10 months ago

JensRantil commented 10 months ago

I noticed that there is no CI such as Github Actions. At least currently it could check whether the code actually compiles. But down the road I guess you could add linting and/or unit test execution.

fimblo commented 10 months ago

Not really sure how this would help. Well, aside from your example - that it automatically runs the tests upon merge or something.

fimblo commented 10 months ago

This was a good idea. As you mentioned in another forum, showing that the code can be compiled is a good (first) step at showing that the code works. Thanks!