Skip to content

Commit

Permalink
pylint-checks fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vihar-s1 committed Oct 28, 2024
1 parent 2c4a805 commit 4b55726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run Pylint
run: |
# Get the list of changed files
changes=$(git diff --name-only main...HEAD | grep '\.py$')
changes=$(git diff --name-only main..HEAD | grep '\.py$')
# Make sure to include only the files that exist
changed_files=""
Expand Down

0 comments on commit 4b55726

Please sign in to comment.