Skip to content

Enhance wallet integration by adding new wallet types and customizabl… #11

Enhance wallet integration by adding new wallet types and customizabl…

Enhance wallet integration by adding new wallet types and customizabl… #11

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'
- name: Install
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm run lint
- name: Build
run: pnpm run build