We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba337ee commit c9b431aCopy full SHA for c9b431a
.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/orb-kotlin' && '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