Skip to content

Commit

Permalink
update proto generate
Browse files Browse the repository at this point in the history
  • Loading branch information
csenet committed Nov 21, 2023
1 parent e614ec0 commit 8e61b71
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/create-proto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
# - name: Set up Node in ats
# uses: actions/setup-node@v4
# with:
# node-version: 20
- name: Set up Node in ats
uses: actions/setup-node@v4
with:
node-version: 20
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand All @@ -40,6 +40,10 @@ jobs:
go install google.golang.org/protobuf/cmd/[email protected]
go install connectrpc.com/connect/cmd/protoc-gen-connect-go@latest
mkdir -p $GITHUB_WORKSPACE/backend/spec
- name: prepare proto for node
run: |-
pnpm install
working-directory: frontend/dashboard
- name: gen proto
run: |-
buf generate
Expand Down

0 comments on commit 8e61b71

Please sign in to comment.