Skip to content

Commit

Permalink
Add new static analysis (mypy) step in main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ronan Abhamon <[email protected]>
  • Loading branch information
Wescoeur committed Oct 7, 2024
1 parent eae2679 commit b42b3b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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:
python -m pip install --upgrade pip
pip install -r dev_requirements.txt
- name: Static analysis
run: |
mypy .
- name: Test
run: |
make precheck
Expand Down
5 changes: 3 additions & 2 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
coverage
astroid==2.3.3
pylint==2.4.4
bitarray
coverage
mypy
pylint==2.4.4
python-linstor

0 comments on commit b42b3b9

Please sign in to comment.