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 54cc580 commit 0d8646aCopy full SHA for 0d8646a
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ on:
10
11
jobs:
12
lint:
13
+ timeout-minutes: 10
14
name: lint
15
runs-on: ubuntu-latest
16
steps:
@@ -30,6 +31,7 @@ jobs:
30
31
run: ./scripts/lint
32
33
test:
34
35
name: test
36
37
@@ -50,6 +52,7 @@ jobs:
50
52
run: ./scripts/test
51
53
54
examples:
55
56
name: examples
57
58
if: github.repository == 'lithic-com/lithic-python'
0 commit comments