Skip to content

fix: > 1 tuple in a function call #122

fix: > 1 tuple in a function call

fix: > 1 tuple in a function call #122

Workflow file for this run

name: Push to branch checks
on:
push:
branches:
- master
- release/*
- feat/*
- fix/*
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: npm install, and test
run: |
cd ./abi-types-generator
npm install
npm test
env:
CI: true