Skip to content

fix: AND together SCNN1A, SCNN1B, and SCNN1G since they form a trimer #1356

fix: AND together SCNN1A, SCNN1B, and SCNN1G since they form a trimer

fix: AND together SCNN1A, SCNN1B, and SCNN1G since they form a trimer #1356

Workflow file for this run

name: Test YAML conversion
on: [push, pull_request]
jobs:
yaml-conversion:
runs-on: self-hosted
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run conversion script
run: |
/usr/local/bin/matlab -nodisplay -nosplash -nodesktop -r "addpath(genpath('.')); testYamlConversion"