ucalyptus / Spotify-Recommendation-Engine

Music Recommender System
https://ucalyptus.github.io/Spotify-Recommendation-Engine/
MIT License
235 stars 117 forks source link

PR checker using Github Actions. #40

Closed ucalyptus closed 4 years ago

ucalyptus commented 4 years ago
ucalyptus commented 4 years ago

@AbhilashG97 any additions to this? Participants who have worked with and are interested in CI/CD and Github Actions can contribute in the thread below.

Rishabh510 commented 4 years ago

I have a little experience with GitHub actions. I would like to take up this issue, but will only be able to work on or after 8th March due to exams.

ucalyptus commented 4 years ago

@Rishabh510 you are most welcome

ucalyptus commented 4 years ago

https://githubhackathon.com/#hackathon

Rishabh510 commented 4 years ago

Hello, my exams just got over. I am ready to work on this issue.

Rishabh510 commented 4 years ago
  • [ ] Code Styling bot
  • [ ] flake8 testing utility for Python or Jupyter files.
  • [ ] black code-formatting for the above.

Could you please guide me exactly what you want the action to do. Thank you!

ucalyptus commented 4 years ago

Rishabh I want the action to check pr branch for python files and perform flake8 tests to ensure code is upto Codacy standards and follows the PEP8 guidelines. Will add more as we go into this.

Rishabh510 commented 4 years ago

I don't know about Codacy and how it works. Also, can I get some help regarding this issue. I've at the moment only created workflows that use Flutter.

ucalyptus commented 4 years ago

@Rishabh510 don't worry about Codacy. You can make a PR with whatever you completed.

ucalyptus commented 4 years ago

@Rishabh510 #47 is a perfect example of what was needed. Closing this