Skip to content

Commit

Permalink
Added ls logging and execute permissions to protoc-gen-grpc-gateway-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Dec 5, 2024
1 parent 66b1023 commit f1a9f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
curl -sSL https://github.com/bufbuild/buf/releases/download/v1.47.2/buf-Linux-x86_64 -o /usr/local/bin/buf
chmod +x /usr/local/bin/buf
buf --version
- name: Ensure local plugins are executable
run: chmod +x ./bin/protoc-gen-grpc-gateway-ts
- name: Authenticate buf
run: echo $BUF_TOKEN | buf registry login --token-stdin
env:
Expand Down

0 comments on commit f1a9f54

Please sign in to comment.