Skip to content

Commit

Permalink
Complete MILESTONE5
Browse files Browse the repository at this point in the history
  • Loading branch information
eoa21004 committed Nov 4, 2024
2 parents 36d9a74 + 4005794 commit 8ea5562
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ jobs:
python3 Backend/main.py &
- name: pytest
- name: Run Pytest
run: |
pytest
- name: Run Pylint
run: |
find ./Backend -name "*.py" | xargs pylint

0 comments on commit 8ea5562

Please sign in to comment.