feat: consume both bus namespaces for speak and stop (PIPELINE-1 §9.6, STOP-1 §5.3) #276
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: Run License Tests | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| branches: | |
| - dev | |
| workflow_dispatch: | |
| jobs: | |
| license_tests: | |
| uses: OpenVoiceOS/gh-automations/.github/workflows/license-check.yml@dev | |
| with: | |
| system_deps: 'swig' |