Skip to content

fix: repair the corrupted version file #6

fix: repair the corrupted version file

fix: repair the corrupted version file #6

Workflow file for this run

name: OPM Plugin Check
on:
pull_request:
branches: [dev, master, main]
workflow_dispatch:
jobs:
opm_check:
uses: OpenVoiceOS/gh-automations/.github/workflows/opm-check.yml@dev
with:
python_version: '3.11'
plugin_type: 'auto'
entry_point: 'ovos-markov-lang-detect'
opm_require_found: true
opm_validate_interface: true
opm_test_import: true
opm_perf_threshold_ms: 500