Commit 7ad4c79 1 parent 526692d commit 7ad4c79 Copy full SHA for 7ad4c79
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 26
26
run : yarn install
27
27
- name : Prepare Integration
28
28
run : ./integration/pbjs.sh
29
- # This will fail if any git-tracked file has changed
30
29
- name : Codegen
31
30
run : yarn bin2ts
31
+ # This will fail if any git-tracked file has changed
32
32
- name : Diff Output
33
33
run : git status && git diff --exit-code
34
34
- name : test
Original file line number Diff line number Diff line change 24
24
run : yarn install
25
25
- name : Prepare Integration
26
26
run : ./integration/pbjs.sh
27
- # This will fail if any git-tracked file has changed
28
27
- name : Codegen
29
28
run : yarn bin2ts
29
+ # This will fail if any git-tracked file has changed
30
+ - name : Diff Output
31
+ run : git status && git diff --exit-code
30
32
- name : TypeScript
31
33
run : yarn tsc:check
32
34
env :
You can’t perform that action at this time.
0 commit comments