From 44c32e5cae06db4b64ce5a2af95e1ed5bf1737fd Mon Sep 17 00:00:00 2001 From: Lunga Baliwe Date: Tue, 6 Feb 2024 12:12:20 +0200 Subject: [PATCH] Linting --- .github/workflows/build-and-test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 1bfbfa7..87bd34c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -1,4 +1,4 @@ -name: build and test senaite.core +name: build and lint on: - push - pull_request @@ -28,8 +28,4 @@ jobs: - name: lint run: | bin/pip install flake8 - bin/flake8 --config ci_flake8.cfg src/bika/ - bin/flake8 --config ci_flake8.cfg src/senaite/ - - name: test - run: | - bin/test -s senaite.core.tests + bin/flake8 src/bika/