Skip to content

Commit

Permalink
updated the linting workflow (#170)
Browse files Browse the repository at this point in the history
* updated the linting workflow
  • Loading branch information
siddheshwar-more authored Feb 16, 2024
1 parent ccb0177 commit 876d16a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: pip install -r tests/test_requirements.txt

- name: Pylint
if: steps.files.outputs.any_changed == 'true'
run: |
make lint
make format

0 comments on commit 876d16a

Please sign in to comment.