File tree Expand file tree Collapse file tree 6 files changed +27
-28
lines changed
Expand file tree Collapse file tree 6 files changed +27
-28
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : ci
2+ on :
3+ pull_request :
4+ permissions :
5+ contents : read
6+ jobs :
7+ ci :
8+ name : ci
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v4
12+ - uses : actions/setup-go@v4
13+ with :
14+ go-version : ' ^1.21'
15+ - uses : arduino/setup-protoc@v2
16+ - run : make ci-build
17+ - name : Fail if the repo is dirty
18+ run : |
19+ if [[ -n $(git status --porcelain) ]]; then
20+ echo "Detected uncommitted changes."
21+ git status
22+ git diff
23+ exit 1
24+ fi
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ buf-lint: $(STAMPDIR)/buf-mod-prune
9191
9292buf-breaking :
9393 @printf $(COLOR ) " Run buf breaking changes check against master branch..."
94- @ (cd $( PROTO_ROOT) && buf breaking --against ' .git#branch=master' )
94+ @ (cd $( PROTO_ROOT) && buf breaking --against ' https://github.com/temporalio/api .git#branch=master' )
9595
9696# #### Clean #####
9797clean :
Original file line number Diff line number Diff line change 55 owner: googleapis
66 repository: googleapis
77 commit: 28151c0d0a1641bf938a7672c500e01d
8+ digest: shake256:49215edf8ef57f7863004539deff8834cfb2195113f0b890dd1f67815d9353e28e668019165b9d872395871eeafcbab3ccfdb2b5f11734d3cca95be9e8d139de
89 - remote: buf.build
910 owner: grpc-ecosystem
1011 repository: grpc-gateway
1112 commit: 048ae6ff94ca4476b3225904b1078fad
13+ digest: shake256:e5250bf2d999516c02206d757502b902e406f35c099d0e869dc3e4f923f6870fe0805a9974c27df0695462937eae90cd4d9db90bb9a03489412560baa74a87b6
You can’t perform that action at this time.
0 commit comments