Skip to content

Commit

Permalink
Add pylint
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jan 24, 2024
1 parent 108fda0 commit fde2476
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:

- name: Run PyTest
run: pytest

- name: Install and run PyLint
run: |
pip install pylint
pylint rebench

0 comments on commit fde2476

Please sign in to comment.