Skip to content

Commit

Permalink
add pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
fangshuai03 committed Jan 19, 2024
1 parent 056c3d4 commit abba967
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
Expand All @@ -28,3 +27,7 @@ jobs:
- name: Test with pytest
run: |
pytest
- name: Run Pylint
run: |
pylint ./py/

0 comments on commit abba967

Please sign in to comment.