GH: add timeouts

This commit is contained in:
Michael Panchenko
2025-07-04 12:49:46 +02:00
parent e4a3b98e0c
commit 9028a02f8f
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Checkout