Skip to content

Commit

Permalink
gattlib-py: Make pylint pass (and fix issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermartin committed Apr 24, 2024
1 parent ec55ccb commit 747f05c
Show file tree
Hide file tree
Showing 11 changed files with 934 additions and 238 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ jobs:
- run: sudo apt install libbluetooth-dev
- run: mkdir build && pushd build && cmake -DCMAKE_BUILD_TYPE=Release -DGATTLIB_PYTHON_INTERFACE=OFF .. && make

test-pylint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install PyGObject>=3.44.0
- run: python3 -m pip install pylint
- run: python3 -m pylint gattlib-py/gattlib --rcfile gattlib-py/.pylintr

generate-python-binary-packages:
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 747f05c

Please sign in to comment.