Skip to content

Commit

Permalink
Update ms5.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eoa21004 authored Oct 31, 2024
1 parent bf23faa commit 790c0d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
# Run pylint on your pulled code in the Docker container running the job
- name: Analysing the code with pylint
run: |
pylint $(git ls-files 'hw002/*.py')
# Pytest is for unit testing your python code. Use this block as is to
# install pytest in the Docker container running the job
- name: Install pytest
Expand Down

0 comments on commit 790c0d9

Please sign in to comment.