Skip to content

Commit 8c1e0a1

Browse files
JarbasAlclaude
andauthored
ci: wire shared opm-check workflow (opm.pipeline entry-points) (#787)
ovos-core ships three opm.pipeline plugins (converse/fallback/stop) but had no opm_check workflow. Add the shared gh-automations opm-check caller @dev so entry-point registration is validated on PRs. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 4c77aaf commit 8c1e0a1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/opm_check.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: OPM Plugin Check
2+
on:
3+
push:
4+
branches: [master]
5+
pull_request:
6+
branches: [dev]
7+
workflow_dispatch:
8+
9+
jobs:
10+
opm_check:
11+
uses: OpenVoiceOS/gh-automations/.github/workflows/opm-check.yml@dev
12+
secrets: inherit
13+
with:
14+
system_deps: 'swig libssl-dev portaudio19-dev libpulse-dev libfann-dev'
15+
install_extras: 'mycroft,plugins,skills-essential,lgpl,test'
16+
python_version: '3.11'
17+
plugin_type: 'pipeline'

0 commit comments

Comments
 (0)