Skip to content

Commit

Permalink
bring in proto dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedoublev committed Mar 13, 2024
1 parent 32c6a72 commit 10ef11d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,18 @@ jobs:
pull-requests: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: '1.21.8'
- run: |
# bring in dependencies
echo "Installing buf..."
GO111MODULE=on go install github.com/bufbuild/buf/cmd/[email protected]
echo "Installing golangci-lint..."
go install github.com/golangci/golangci-lint/cmd/[email protected]
echo "Installing protoc-gen-doc..."
go install github.com/pseudomuto/protoc-gen-doc/cmd/[email protected]
echo "Dependencies installed. Checking for tools..."
make toolcheck
make proto-generate
git config user.name github-actions
Expand Down

0 comments on commit 10ef11d

Please sign in to comment.