Add gap_tolerance_ms API to Neuralynx reader
#1590
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: NeoIoTest-automatic-trigger | |
| on: | |
| pull_request: | |
| branches: [master] | |
| types: [synchronize, opened, reopened, ready_for_review] | |
| # run checks on any change of master, including merge of PRs | |
| push: | |
| branches: [master] | |
| jobs: | |
| call-iotests: | |
| uses: ./.github/workflows/io-test.yml | |
| with: | |
| os: ubuntu-latest |