Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnplus authored Jun 22, 2024
1 parent 10984a2 commit 8131853
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install streamlit==1.28.0 notion-client
pip install pylint setuptools streamlit==1.28.0 notion-client
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit 8131853

Please sign in to comment.