Skip to content

Commit

Permalink
linting setup
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoAzzi committed Mar 13, 2023
1 parent df92bb7 commit 8422049
Show file tree
Hide file tree
Showing 3 changed files with 800 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ jobs:
- name: Generate coverage report
run: |
coverage report
- name: Run pylint
run: |
find src -type f -name "*.py" | egrep -v ".git/*" | xargs pylint
Loading

0 comments on commit 8422049

Please sign in to comment.