Skip to content

fix: do not wait for refresh to finish on wallet create #8

fix: do not wait for refresh to finish on wallet create

fix: do not wait for refresh to finish on wallet create #8

Workflow file for this run

name: type-check
on:
workflow_dispatch:
pull_request:
jobs:
typescript:
name: Run type check
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install Node.js dependencies
run: npm install || npm install
- name: Type check
run: npm run tsc:check