CI: delete duplicate source code check from GitHub action

The test case was testing a subset of the functionality, which is
already tested by test case in `tests.yml`. Delete it, since it does not
add any value.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2023-04-11 15:30:29 +02:00 committed by Tomáš Hozza
parent bbdb4fbc32
commit 7cd36f9797

View file

@ -56,21 +56,3 @@ jobs:
with:
ignore_words_list: msdos, pullrequest
skip: ./.git,coverity,rpmbuild,samples
source:
name: "Source code checks"
runs-on: ubuntu-latest
steps:
- name: "Clone Repository"
uses: actions/checkout@v3
- name: "Run Tests"
uses: osbuild/containers/src/actions/privdocker@552e30cf1b4ed19c6ddaa57f96c342b3dff4227b
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202209070757
run: |
git config --global --add safe.directory /osb/workdir
python3 -m pytest \
test/src/test_pylint.py \
-k autopep8 \
--rootdir=. \
-v