Skip to content

Commit d2b3bae

Browse files
authored
ci: configure timeout for docs and lint jobs (#3609)
1 parent f986891 commit d2b3bae

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changeset/young-queens-juggle.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
ci: configure timeout for docs and lint jobs

.github/workflows/code-lint.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
lint:
2121
runs-on: ubuntu-latest
2222
name: Lint
23+
timeout-minutes: 30
2324
steps:
2425
- name: Checkout
2526
uses: actions/checkout@v4

0 commit comments

Comments
 (0)