diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 0dec4f54ff279..341d5f52f8734 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -9,6 +9,7 @@ jobs: typos-check: name: Spell Check with Typos runs-on: ubuntu-latest + timeout-minutes: 5 steps: - name: Checkout the JuliaLang/julia repository uses: actions/checkout@v4