Skip to content

Commit

Permalink
fix: ci action
Browse files Browse the repository at this point in the history
Signed-off-by: surajgour-d11 <[email protected]>
  • Loading branch information
surajgour-d11 committed Oct 1, 2024
1 parent 9f83cef commit 3cdfb4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
go-version: '>=1.20.0'

- name: Generate proto files
run: protoc --proto_path=proto/ --go_out=. --go_opt=module=github.com/dream11/odin --go-grpc_out=. --go-grpc_opt=module=github.com/dream11/odin $(shell find proto -name '*.proto')

- name: Verify dependencies
run: go mod verify

Expand Down

0 comments on commit 3cdfb4e

Please sign in to comment.