diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00b76e420..cb88f8170 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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