mattlisiv / newsapi-python

A Python Client for News API
MIT License
375 stars 130 forks source link

Update pythonpackage.yml #49

Closed mattlisiv closed 4 years ago

mattlisiv commented 4 years ago

GitHub action workflow syntax:

https://help.github.com/en/articles/workflow-syntax-for-github-actions

bsolomon1124 commented 4 years ago

I haven't used GH actions yet but would definitely like to give it a spin.

mattlisiv commented 4 years ago

Yeah it requires the addition of a requirements.txt file for testing but I think that is acceptable. Just need to make sure this is updated if anything changes in the setup.py

bsolomon1124 commented 4 years ago

Reading off of the flake8 options here, I added some defaults in https://github.com/mattlisiv/newsapi-python/commit/e6eab7ec3943895d461edf662e9f875616da84fe. Those will be invoked if someone just runs flake8 from the cmd line locally in development.