Skip to content

Add basic NWC fixes and lud16 support #10591

Add basic NWC fixes and lud16 support

Add basic NWC fixes and lud16 support #10591

Workflow file for this run

name: Typescript Check
on:
push:
branches:
- "master"
pull_request:
branches:
- "*"
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '24.x'
- run: yarn install --frozen-lockfile
- run: yarn run tsc