From eeb10abf386198760f640e8a65f95cac8adbfd13 Mon Sep 17 00:00:00 2001 From: Adamantios Date: Mon, 27 Nov 2023 17:16:54 +0200 Subject: [PATCH] chore: remove ignore because the repo is public --- .github/workflows/common_checks.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common_checks.yaml b/.github/workflows/common_checks.yaml index 47106bcfc..40f901d9d 100644 --- a/.github/workflows/common_checks.yaml +++ b/.github/workflows/common_checks.yaml @@ -62,7 +62,7 @@ jobs: # - name: Check dependencies # run: tox -e check-dependencies - name: Check doc links - run: tomte check-doc-links --url-skips https://github.com/valory-xyz/trader.git + run: tomte check-doc-links - name: Check doc IPFS hashes run: tox -e check-doc-hashes diff --git a/Makefile b/Makefile index 4cf886dc5..d1b0bfa4d 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ generators: clean-cache fix-abci-app-specs .PHONY: common-checks-1 common-checks-1: tomte check-copyright --author valory --exclude-part abci --exclude-part http_client --exclude-part ipfs --exclude-part ledger --exclude-part p2p_libp2p_client --exclude-part gnosis_safe --exclude-part gnosis_safe_proxy_factory --exclude-part multisend --exclude-part service_registry --exclude-part protocols --exclude-part abstract_abci --exclude-part abstract_round_abci --exclude-part registration_abci --exclude-part reset_pause_abci --exclude-part termination_abci --exclude-part transaction_settlement_abci --exclude-part websocket_client --exclude-part contract_subscription - tomte check-doc-links --url-skips https://github.com/valory-xyz/trader.git + tomte check-doc-links tox -p -e check-hash -e check-packages -e check-doc-hashes -e analyse-service .PHONY: common-checks-2