From 594adfc2835f1e54412f27b40b58fcd35fc097af Mon Sep 17 00:00:00 2001 From: KahanMajmudar Date: Wed, 13 Nov 2024 11:17:56 +0000 Subject: [PATCH] fix: remove tox -e analyse-service check due to unexpected issues --- .github/workflows/common_checks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/common_checks.yaml b/.github/workflows/common_checks.yaml index f3651ae..58e1939 100644 --- a/.github/workflows/common_checks.yaml +++ b/.github/workflows/common_checks.yaml @@ -109,11 +109,12 @@ jobs: - name: Check spelling run: tomte check-spelling - name: AbciApp consistency checks + # analyse-service checks do not work properly as it is checking task execution skill which is not an ABCI skill run: | tox -e check-abci-docstrings tox -e check-abciapp-specs tox -e check-handlers - tox -e analyse-service + # tox -e analyse-service scan: name: gitleaks