Skip to content

Commit

Permalink
CI: add go-apidiff check
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
  • Loading branch information
lmb committed Nov 17, 2023
1 parent e1bf3cc commit 35dd224
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,19 @@ jobs:
with:
name: Test Results (${{ matrix.version }})
path: junit.xml

go-apidiff:
name: go-apidiff
on: [ pull_request ]
jobs:
go-apidiff:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: joelanford/go-apidiff@main

0 comments on commit 35dd224

Please sign in to comment.