Skip to content

Commit 5015747

Browse files
authored
Add optional go-apidiff test to CI (#54)
1 parent c0ba7dc commit 5015747

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,22 @@ jobs:
5454
with:
5555
version: v1.29
5656
args: --timeout 5m
57+
58+
go-apidiff:
59+
name: go-apidiff
60+
runs-on: ubuntu-latest
61+
steps:
62+
63+
- name: Set up Go 1.x
64+
uses: actions/setup-go@v2
65+
with:
66+
go-version: ^1.15
67+
id: go
68+
69+
- name: Check out code into the Go module directory
70+
uses: actions/checkout@v2
71+
with:
72+
fetch-depth: 0
73+
74+
- name: Run go-apidiff
75+
uses: joelanford/go-apidiff@master

0 commit comments

Comments
 (0)