added 30min timeout to all jobs (#799)

Co-authored-by: Siiiiinth <60766886+Siiiiinth@users.noreply.github.com>
This commit is contained in:
tk
2026-01-08 08:51:17 -08:00
committed by GitHub
co-authored by Siiiiinth
parent 15f6ef49fa
commit 8d8a67f35c
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ jobs:
golangci:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5