Skip to content

Commit

Permalink
add linter
Browse files Browse the repository at this point in the history
  • Loading branch information
f18m committed Apr 28, 2024
1 parent 041128f commit 0606b08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint code with flake8
run: |
pip install flake8
flake8
# TODO: it would be nice to have the project published on Pypi for easy installation via pip:
#- name: Publish package
Expand Down

0 comments on commit 0606b08

Please sign in to comment.