We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a77dcd commit 7b4a273Copy full SHA for 7b4a273
1 file changed
.github/workflows/lint.yaml
@@ -23,8 +23,8 @@ jobs:
23
apt-get -y install pkg-config libtool autoconf \
24
automake g++ bison flex make bash-completion dh-autoreconf \
25
debhelper devscripts wget python3-pip
26
- #- name: Install Python lint tools
27
- # run: python3 -m pip install --no-input cpplint flake8
+ - name: Install Python lint tools
+ run: python3 -m pip install --no-input cpplint flake8
28
- name: Install build dependencies
29
shell: bash
30
run: |
0 commit comments