Skip to content

Commit

Permalink
fix lint job.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 11, 2024
1 parent 1e13659 commit ae9c2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: matrix.python-version == '3.12'
run: |
python -m pip install -U pylint
pylint nti.site
pylint src
- name: Submit to Coveralls
uses: coverallsapp/github-action@v2
with:
Expand Down

0 comments on commit ae9c2eb

Please sign in to comment.