Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add tests for BIP44 path generation, parsing, and blockchain in… #12

feat: add tests for BIP44 path generation, parsing, and blockchain in…

feat: add tests for BIP44 path generation, parsing, and blockchain in… #12

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i -fg corepack && corepack enable
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- run: pnpm install
- run: pnpm lint
- run: pnpm test:types
- run: pnpm build
- run: pnpm vitest --coverage
- uses: codecov/codecov-action@v5