Skip to content

Commit

Permalink
added linter to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 committed Jan 16, 2025
1 parent e672c2a commit e1447bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install pybind11
# Lint the code
- name: Lint Code
uses: wearerequired/[email protected]
with:
linters: |
pylint
# Step 5: Build the wheel
- name: Build Wheel
run: python setup.py bdist_wheel
Expand Down

0 comments on commit e1447bc

Please sign in to comment.