jmakhack / myanimelist-cli

Minimalistic command line interface for fetching user anime data from MyAnimeList.
https://aur.archlinux.org/packages/mya-git
MIT License
11 stars 15 forks source link

[TASK] Add GitHub action to run the unit tests #21

Closed jmakhack closed 1 year ago

jmakhack commented 2 years ago

Task Context

After the work for #13 has been rebased and merged into the master branch, include the running of these unit tests as a part of the GitHub actions pipeline that must pass for every pull request. The tests should be runnable via the make test command.

Additional Context

For any questions or discussions, join the Discord to meet and engage with other contributors!

Discord

jmakhack commented 2 years ago

Please comment below if you have any questions or would like to pick up this issue to count towards the hacktoberfest 2021 event. First person to comment will get assigned this issue, but do keep on mind that work on this issue cannot start until #13 is completed and closed.

TBeeren commented 2 years ago

Already commented on #13 , but would love to do both since I think after finishing #13, this one would be super easy 😄

VividhPandey003 commented 1 year ago

Hey, I am a beginner to Open Source and really looking forward to contribute to this repo. Could you please tell the tech stack required for this issue and if I'm able to, assign this issue to me

jmakhack commented 1 year ago

Hey @VividhPandey003, actually #29 needs to be completed before this one. You can pick that issue up if you're interested or look into a separate one.

All the code in this project is essentially written in C. https://github.com/jmakhack/myanimelist-cli/blob/master/CONTRIBUTION.md has more details on the libraries that is used in this project.

VividhPandey003 commented 1 year ago

Okay, Yes sure @jmakhack, I've been assigned another issue. Thanks a lot for giving me your time