Skip to content

Commit

Permalink
add go-apidiff action (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
  • Loading branch information
joelanford committed Aug 30, 2023
1 parent 8aab690 commit cd2c38d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/go-apidiff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: go-apidiff

on:
pull_request:

jobs:
go-apidiff:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
id: go
- name: Run go-apidiff
uses: joelanford/go-apidiff@main

0 comments on commit cd2c38d

Please sign in to comment.