Skip to content

fix(stores-eth): derive thirdparty child state from actual data, not … #642

fix(stores-eth): derive thirdparty child state from actual data, not …

fix(stores-eth): derive thirdparty child state from actual data, not … #642

Workflow file for this run

name: Typecheck
on:
pull_request:
push:
permissions:
contents: read
jobs:
typecheck:
name: Typecheck
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install --global yarn
- run: curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v21.3/protoc-21.3-linux-x86_64.zip
- run: unzip protoc-21.3-linux-x86_64.zip -d $HOME/protoc && echo $HOME/protoc/bin >> $GITHUB_PATH
- run: yarn install --immutable
- run: yarn workspace @keplr-wallet/proto-types build
- run: yarn typecheck