Skip to content

Commit f99558d

Browse files
committed
gattlib-py: Make pylint pass (and fix issue)
1 parent b3c5d2d commit f99558d

File tree

11 files changed

+934
-238
lines changed

11 files changed

+934
-238
lines changed

.github/workflows/github-actions.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ jobs:
5050
- run: sudo apt install libbluetooth-dev
5151
- run: mkdir build && pushd build && cmake -DCMAKE_BUILD_TYPE=Release -DGATTLIB_PYTHON_INTERFACE=OFF .. && make
5252

53+
test-pylint:
54+
runs-on: ubuntu-latest
55+
steps:
56+
- uses: actions/checkout@v4
57+
- run: python3 -m pip install PyGObject>=3.44.0
58+
- run: python3 -m pip install pylint
59+
- run: python3 -m pylint gattlib-py/gattlib --rcfile gattlib-py/.pylintrc
60+
5361
generate-python-binary-packages:
5462
runs-on: ubuntu-latest
5563
steps:

0 commit comments

Comments
 (0)