Skip to content

feat: #64 add dividend_yeld_annual property in Portfolio like the sam… #123

feat: #64 add dividend_yeld_annual property in Portfolio like the sam…

feat: #64 add dividend_yeld_annual property in Portfolio like the sam… #123

Workflow file for this run

name: Flake8
on: [push, pull_request]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Run Flake8
run: |
python -m pip install flake8
flake8