Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/chore/bump' into chore/bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Feb 23, 2024
2 parents c63e3da + 9196de1 commit 9c0af54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: License compatibility check
run: tox -e liccheck
- name: Check doc links
run: tomte check-doc-links --url-skips "https://goerli.infura.io/v3/<infura_api_key>"
run: tomte check-doc-links --url-skips "https://goerli.infura.io/v3/<infura_api_key>" --url-skips "https://twitter.com/autonolas" --url-skips "https://developer.twitter.com/en/portal/dashboard"
- 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 @@ -75,7 +75,7 @@ generators:
.PHONY: common-checks-1
common-checks-1:
tomte check-copyright --author valory --exclude-part agents --exclude-part connections --exclude-part contracts --exclude-part protocols --exclude-part skills
tomte check-doc-links --url-skips "https://goerli.infura.io/v3/<infura_api_key>"
tomte check-doc-links --url-skips "https://goerli.infura.io/v3/<infura_api_key>" --url-skips "https://twitter.com/autonolas" --url-skips "https://developer.twitter.com/en/portal/dashboard"
tox -p -e check-hash -e check-packages -e check-doc-hashes

.PHONY: test
Expand Down

0 comments on commit 9c0af54

Please sign in to comment.