diff options
author | Thomas Haller <thaller@redhat.com> | 2023-07-25 11:19:17 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-07-25 11:31:36 (GMT) |
commit | a0e4b7f91e0cfa11b24026564bae48f5c19ba8b6 (patch) | |
tree | bb238fa9f4eb791723151daac5e2c27e74e53626 | |
parent | c4240c0ba5d871a56552f64981f9fb4f0377366a (diff) | |
download | libnl-a0e4b7f91e0cfa11b24026564bae48f5c19ba8b6.zip libnl-a0e4b7f91e0cfa11b24026564bae48f5c19ba8b6.tar.gz libnl-a0e4b7f91e0cfa11b24026564bae48f5c19ba8b6.tar.bz2 |
github: skip Python flake8 test with clang build
No need to duplicate the test.
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc6e504..eb240aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: python-version: 3.x - name: Lint Python + if: ${{ matrix.cc == 'gcc' }} run: | python3 -m pip install flake8 flake8 . --count --select=E703,E9,F63,F7,F82,Y --show-source --statistics |