Skip to content

refactor(completions): lightweight version-alias getter + fix indenta… #46

refactor(completions): lightweight version-alias getter + fix indenta…

refactor(completions): lightweight version-alias getter + fix indenta… #46

Workflow file for this run

# С тестированием OneUnit
name: Контроль качества
on:
push:
pull_request:
workflow_dispatch:
jobs:
sonar:
uses: autumn-library/workflows/.github/workflows/sonar.yml@main
with:
coveralls: true
github_repository: oscript-library/ovm
oscript_version: 'dev'
test_engine: 'oneunit'
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}