Skip to content

install deps

install deps #22

Workflow file for this run

name: Контроль качества
on:
push:
pull_request:
workflow_dispatch:
jobs:
sonar:
if: github.repository == 'oscript-library/gitsync'
uses: autumn-library/workflows/.github/workflows/sonar.yml@main
with:
github_repository: oscript-library/gitsync
secrets:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}