We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97228cc commit 9e577c2Copy full SHA for 9e577c2
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ on:
14
15
jobs:
16
lint:
17
- timeout-minutes: 10
+ timeout-minutes: 15
18
name: lint
19
runs-on: ${{ github.repository == 'stainless-sdks/finch-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
20
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
@@ -37,7 +37,7 @@ jobs:
37
- name: Run lints
38
run: ./scripts/lint
39
test:
40
41
name: test
42
43
0 commit comments