Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Sep 30, 2024
1 parent f93692c commit 249be0a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1 # we need a .git directory to run git diff

- name: Output tool versions # TODO: remove
run: |
echo "protoc version:"
protoc --version || echo "protoc not found"
echo "protoc-gen-go version:"
protoc-gen-go --version || echo "protoc-gen-go not found"
echo "protoc-gen-go-grpc version:"
protoc-gen-go-grpc --version || echo "protoc-gen-go-grpc not found"
echo "Go version:"
go version
- name: "Check protobuf generated code"
run: |
Expand Down

0 comments on commit 249be0a

Please sign in to comment.