Skip to content

Show ordinal in psbt signing #259

Show ordinal in psbt signing

Show ordinal in psbt signing #259

Workflow file for this run

name: Build
on:
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
always-auth: true
node-version: '16.x'
registry-url: https://npm.pkg.github.com
scope: '@secretkeylabs'
- name: Install dependencies
run: npm ci --legacy-peer-deps
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGE_REGISTRY_TOKEN }}
- name: Build
run: npm run build --if-present
# - name: Test
# run: npm test --passWithNoTests