richardogoma / bitcoin-rate-etl

An ETL pipeline to ingest near-real time data of Bitcoin rates across major currencies (USD/GBP/EUR) from the CoinDesk Bitcoin Price Index API.
MIT License
0 stars 1 forks source link

Create python-app.yml #2

Closed richardogoma closed 1 year ago

richardogoma commented 1 year ago

Overall, this workflow sets up a continuous integration (CI) pipeline for a Python application. It installs dependencies, formats the code, performs linting, and runs tests using Python 3.10. The workflow will be triggered on any push event to any branch and on pull requests to the main branch.