Skip to content

Commit

Permalink
fix lint job for main pipeline (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 authored Feb 14, 2025
1 parent c896c2a commit 41fb5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: lint changed and added files
if: steps.changed-files.outputs.all_changed_files
run: |
pylint --rcfile=.pylintrc --fail-under 9.5 ${{ steps.changed-files.outputs.all_changed_files }}
pylint ${{ steps.changed-files.outputs.all_changed_files }}
- name: Run tests and collect coverage
run: pytest tests/unit --cov=logprep --cov-report=xml
Expand Down

0 comments on commit 41fb5eb

Please sign in to comment.