Skip to content

Commit 5c81c7e

Browse files
authored
Fix lint job failures: increase timeout and fix lint errors (#130)
Signed-off-by: currantw <[email protected]>
1 parent a56457a commit 5c81c7e

File tree

2 files changed

+42
-40
lines changed

2 files changed

+42
-40
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
valkey-glide/utils/clusters/**
288288
289289
lint:
290-
timeout-minutes: 10
290+
timeout-minutes: 20
291291
runs-on: ubuntu-latest
292292
steps:
293293
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)