Skip to content

tests: Рефакторинг и добавление новых тестов #448

tests: Рефакторинг и добавление новых тестов

tests: Рефакторинг и добавление новых тестов #448

Workflow file for this run

name: Контроль качества
on:
push:
pull_request:
workflow_dispatch:
jobs:
sonar:
if: github.repository_owner == 'stivo182'
uses: autumn-library/workflows/.github/workflows/sonar.yml@v1
with:
github_repository: Stivo182/BenchmarkOneScript
dotnet_version: "8.x.x"
build_package: true
locale: "en_US"
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}