Fix for non-ascii characters in text annotations of open-ephys files #1604
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 |