Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhamer-noaa committed Jun 17, 2024
2 parents 3c4232d + 74d44d8 commit 20c2a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set PYTHONPATH for pylint
run: |
echo "PYTHONPATH=python/idsse_common/idsse/common" >> $GITHUB_ENV
echo "PYTHONPATH=python/idsse_testing/" >> $GITHUB_ENV
- name: Run code linter
run: pylint ./python/idsse_common --max-line-length=120 --recursive true
run: pylint ./python/idsse_testing --max-line-length=120 --recursive true

0 comments on commit 20c2a10

Please sign in to comment.