Skip to content

Commit

Permalink
Run Protobuild on GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
  • Loading branch information
kzys committed Feb 22, 2022
1 parent 12b02a1 commit f0de664
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ env:
GOPROXY: off

jobs:
proto:
runs-on: 'windows-2019'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15.0'

- name: Run Protobuild
shell: bash
run: |
go install github.com/containerd/protobuild@7e5ee24bc1f70e9e289fef15e2631eb3491320bf
protobuild
git diff --exit-code
lint:
runs-on: 'windows-2019'
steps:
Expand Down

0 comments on commit f0de664

Please sign in to comment.