mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-06-07 18:56:40 +00:00
refactor: define typescript types for CheckCash Transaction Model (#1522)
* Define Typescript types for CheckCash Transaction Model
This commit is contained in:
committed by
Mayukha Vadari
parent
293f09d409
commit
6d08b9e12c
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@@ -5,9 +5,9 @@ name: Node.js CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop, master ]
|
||||
branches: [ develop, master, 2.0 ]
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
branches: [ develop, 2.0 ]
|
||||
|
||||
jobs:
|
||||
unit:
|
||||
|
||||
Reference in New Issue
Block a user