Skip to content

Commit 73b89d5

Browse files
committed
Update CI workflow: extend job timeout to 15 minutes and adjust branch syntax for consistency
1 parent ff384fc commit 73b89d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [ main ]
66
pull_request:
7-
branches: [main]
7+
branches: [ main ]
88

99
jobs:
1010
lint:
1111
name: Lint & Typecheck
1212
runs-on: ubuntu-latest
13-
timeout-minutes: 5
13+
timeout-minutes: 15
1414

1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)