Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/api-diff.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Analyze API Changes
description: Runs apidiff-go action to check for breaking changes to modules' public APIs

on:
pull_request:
Expand All @@ -23,7 +22,7 @@ jobs:
go-version-file: "go.mod"
cache: false

- uses: smartcontractkit/.github/actions/apidiff-go@apidiff-go/0.1.0
- uses: smartcontractkit/.github/actions/apidiff-go@apidiff-go/0.2.0
Comment thread Dismissed
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down
Loading