Add python dotenv to requirements #128
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run flake8 & pytest | |
on: | |
push: | |
jobs: | |
CI: | |
name: Flake8 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run flake8 and pytest | |
run: | | |
chmod +x setup.sh | |
./setup.sh | |
flake8 . |