Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Apr 6, 2024
1 parent 3724b56 commit c607131
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pwd
git clone https://github.com/tomba/pykms.git
- name: Analysing the code with pylint
run: |
pylint $(git ls-files 'v4l2/*.py')
pylint $(git ls-files '*.py')

0 comments on commit c607131

Please sign in to comment.