Skip to content

Commit

Permalink
Add pylint in CI
Browse files Browse the repository at this point in the history
Signed-off-by: JimmyYang20 <[email protected]>
  • Loading branch information
JimmyYang20 committed Jul 30, 2022
1 parent b317015 commit e00cd7c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ jobs:
run: pycodestyle lib
working-directory: ${{ env.CODE_DIR }}

- name: Run python lint test
uses: actions/setup-python@v3
with:
python-version: "3.6"
run: |
python -m pip install pylint
pylint lib
working-directory: ${{ env.CODE_DIR }}

build:
runs-on: ubuntu-latest
name: build gm and lc
Expand Down

0 comments on commit e00cd7c

Please sign in to comment.