Skip to content

Add codegen support for Daqmx Read apis which have multiple out params. #94

Add codegen support for Daqmx Read apis which have multiple out params.

Add codegen support for Daqmx Read apis which have multiple out params. #94

Workflow file for this run

name: PR
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_call:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_ci:
name: Run CI
uses: ./.github/workflows/ci.yml