Skip to content

Commit

Permalink
chore: remove ignore because the repo is public
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Nov 27, 2023
1 parent bb3228a commit eeb10ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeb10ab

Please sign in to comment.