Skip to content

Commit

Permalink
test: edxlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariush Wahdany committed Dec 13, 2023
1 parent 23327d4 commit 71527f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install edx-lint pylint
pip install -r requirements.txt
edx_lint write pylintrc
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit 71527f7

Please sign in to comment.