Skip to content

feat(web-components): surface wallet connection rpc errors #177

feat(web-components): surface wallet connection rpc errors

feat(web-components): surface wallet connection rpc errors #177

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'yarn'
cache-dependency-path: yarn.lock
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: yarn workspaces run prepack