Skip to content

Commit be5aa49

Browse files
authored
Add timeout to CI (#118)
1 parent 097ecee commit be5aa49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches:
66
- main
77
tags:
8-
- '**'
8+
- "**"
99
pull_request: {}
1010

1111
env:
1212
COLUMNS: 150
1313
UV_PYTHON: 3.12
14-
UV_FROZEN: '1'
14+
UV_FROZEN: "1"
1515

1616
jobs:
1717
lint:
@@ -42,6 +42,7 @@ jobs:
4242

4343
test:
4444
runs-on: ubuntu-latest
45+
timeout-minutes: 10
4546
steps:
4647
- uses: actions/checkout@v4
4748

0 commit comments

Comments
 (0)