Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
fix: remove tox -e analyse-service check due to unexpected issues
Browse files Browse the repository at this point in the history
  • Loading branch information
KahanMajmudar committed Nov 13, 2024
1 parent 9a7e633 commit 594adfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/common_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 594adfc

Please sign in to comment.