Skip to content

Commit

Permalink
Disable Twitter link check
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Dec 19, 2023
1 parent 4f20906 commit 3f9acc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/linters/mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"ignorePatterns": [
{
"pattern": "^https://resolver.cheqd.net/"
},
{
"pattern": "^https://twitter.com/"
}
],
"retryOn429": true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Download Docker image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nginx-staging

Expand Down

0 comments on commit 3f9acc4

Please sign in to comment.