Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Dec 6, 2024
1 parent bd0a944 commit 29f1fec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Pylint

on: [push]

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -18,6 +16,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '**/lxc_autoscale.py')
pylint $(git ls-files '*.py')

0 comments on commit 29f1fec

Please sign in to comment.