Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Bump deps [DEV-4226] #240

Merged
merged 4 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,16 @@ defaults:
shell: bash
permissions:
contents: write
pull-requests: write
pull-requests: write


jobs:

generate-proto:
name: "Update with upstream Protobufs"
runs-on: ubuntu-latest
env:
BASE_BRANCH: ${{ github.event.inputs.base-branch }}
PR_BRANCH: "update-proto"

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -43,10 +41,10 @@ jobs:

- name: Generate TypeScript code for Protobufs
run: buf generate buf.build/cheqd/proto

- name: Install dependencies
run: npm ci

- name: Build
run: npm run build

Expand All @@ -60,4 +58,3 @@ jobs:
title: "feat(protobufs): Update with upstream Protobufs $(date +'%Y-%m-%d')"
body: "Updated protobufs from cheqd-node ledger protos"
token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
lint-pr:
name: "PR format check"
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

Expand Down
Loading
Loading