diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3d12322..59ffbb8 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -13,6 +13,7 @@ jobs: file_types: .md,.yml verbose: true retry_count: 3 + timeout: 30 - name: Check Blog Links uses: urlstechie/urlchecker-action@master if: always() @@ -21,6 +22,7 @@ jobs: file_types: .md verbose: true retry_count: 3 + timeout: 30 - name: Check Changelog Links uses: urlstechie/urlchecker-action@master if: always() @@ -28,3 +30,4 @@ jobs: include_files: Changelog.md verbose: true retry_count: 3 + timeout: 30