File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Build and test cadence-samples
2
+ on : [push, pull_request]
3
+
4
+ jobs :
5
+ build :
6
+ runs-on : ubuntu-latest
7
+
8
+ steps :
9
+ - uses : actions/checkout@v4
10
+ - name : Setup Go
11
+ uses : actions/setup-go@v4
12
+ with :
13
+ go-version : ' 1.22.x'
14
+ - name : Build and Test
15
+ run : make
16
+
Original file line number Diff line number Diff line change 1
- # Cadence Samples
1
+ # Cadence Samples ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/uber-common/cadence-samples/build.yml )
2
+
2
3
These are some samples to demostrate various capabilities of Cadence client and server. You can learn more about cadence at:
3
4
* Cadence: https://github.com/uber/cadence
4
5
* Cadence Client: https://github.com/uber-go/cadence-client
You can’t perform that action at this time.
0 commit comments