Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1778c9e

Browse files
committedSep 24, 2021
Merge branch 'interchain-accounts' into sean/issue#279-module-test
2 parents 9e98647 + c149317 commit 1778c9e

File tree

371 files changed

+2827
-2166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

371 files changed

+2827
-2166
lines changed
 
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "(localhost)"
5+
}
6+
],
7+
"retryOn429": true,
8+
"retryCount": 3,
9+
"fallbackRetryDelay": "10s"
10+
}

‎.github/workflows/link-check.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
8+
- uses: gaurav-nelson/github-action-markdown-link-check@v1
9+
with:
10+
config-file: '.github/workflows/link-check-config.json'

0 commit comments

Comments
 (0)
Please sign in to comment.