Commit 2744186 1 parent b19eb49 commit 2744186 Copy full SHA for 2744186
File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,20 @@ permissions: read-all
16
16
17
17
name : Code Generation Check
18
18
jobs :
19
+ warmup :
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : jdx/mise-action@0c39a522dfbced3ed83924152c45804a71ce216f # v2.0.4
23
+ with :
24
+ experimental : true
19
25
check-codegen :
20
26
strategy :
21
27
matrix :
22
28
target : [ mocks, protobuf ]
29
+ fail-fast : false # Don't cancel running checks because one fails
23
30
runs-on : ubuntu-latest
31
+ needs :
32
+ - warmup
24
33
steps :
25
34
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
26
35
with :
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ watchexec = "latest"
7
7
"pipx:pre-commit" = " latest"
8
8
protoc = " latest"
9
9
mockery = " latest"
10
+ protoc-gen-go = " latest"
10
11
11
12
[settings ]
12
13
experimental = true
You can’t perform that action at this time.
0 commit comments