Skip to content

Commit

Permalink
Add optional go-apidiff test to CI (operator-framework#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Feb 23, 2021
1 parent f9c7422 commit 9dedb2b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,20 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.35.2

go-apidiff:
name: go-apidiff
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ~1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run go-apidiff
uses: joelanford/go-apidiff@master

0 comments on commit 9dedb2b

Please sign in to comment.