ozansz / gls

Minimal file manager with terminal UI #Go
https://sazak.io/gls-file-manager-on-terminal-with-go/
MIT License
68 stars 5 forks source link

Adding GitHub Actions for tests #26

Closed gozeloglu closed 2 years ago

gozeloglu commented 2 years ago

Is your feature request related to a problem? Please describe.

When I open to PR, I always want to see whether my tests are passing. So, a simple GA can be added.

Describe the solution you'd like

I can create a .yaml file in .github/workflows.

ozansz commented 2 years ago

that's a great idea, there were no unit tests in the codebase before but now it has, so there should be a workflow for the tests

gozeloglu commented 2 years ago

Can you add a hacktoberfest label and assign the issue to me? :))