Skip to content

Commit

Permalink
ci: ensure we build pb files from proto defs
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd committed Jul 27, 2024
1 parent c8948fc commit 58e9a3a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 284 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
go-version: ^1.22
id: go

- name: Install protoc
run: |
sudo apt-get update
sudo apt-get -y install protobuf-compiler protobuf-compiler-grpc
- name: Get dependencies
run: make get-dependencies

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.*.sw?

proto/dialout.pb.go
proto/dialout_grpc.pb.go

dc908_exporter

cover.out
Expand Down
145 changes: 0 additions & 145 deletions proto/dialout.pb.go

This file was deleted.

139 changes: 0 additions & 139 deletions proto/dialout_grpc.pb.go

This file was deleted.

0 comments on commit 58e9a3a

Please sign in to comment.