Skip to content

Commit 5fa4b4d

Browse files
committed
add timeouts
1 parent 6e663b9 commit 5fa4b4d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ concurrency:
1717
jobs:
1818
lint:
1919
runs-on: ubuntu-latest
20+
timeout-minutes: 10
2021

2122
strategy:
2223
matrix:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 10
1314
steps:
1415
- uses: actions/checkout@v5
1516
- uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)