We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a1e96 commit d78258cCopy full SHA for d78258c
.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:
@@ -27,6 +28,7 @@ jobs:
27
28
run: ./scripts/lint
29
30
build:
31
+ timeout-minutes: 5
32
name: build
33
34
permissions:
@@ -61,6 +63,7 @@ jobs:
61
63
SHA: ${{ github.sha }}
62
64
run: ./scripts/utils/upload-artifact.sh
65
test:
66
67
name: test
68
69
0 commit comments