Skip to content

Commit

Permalink
fix: try config for markdownlinter
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Sep 19, 2023
1 parent ab9aafa commit 8e8e08d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/markdown-linter-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"ignorePatterns": [
{
"pattern": "https://crypto.stackexchange.com/questions/54852/what-happens-if-a-sha-256-input-is-too-long-longer-than-512-bits"
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [
200,
206
]
}
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: celestiaorg/.github/.github/actions/[email protected]
with:
config-file: '.github/markdown-linter-config.json'

0 comments on commit 8e8e08d

Please sign in to comment.