Skip to content

chore: update CLA workflow. https://github.com/Netcracker/qubership-w… #4

chore: update CLA workflow. https://github.com/Netcracker/qubership-w…

chore: update CLA workflow. https://github.com/Netcracker/qubership-w… #4

Workflow file for this run

name: Go build
on:
push:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build:
uses: netcracker/qubership-core-infra/.github/workflows/[email protected]
with:
actor: ${{ github.actor }}
sonar-project-key: ${{ vars.SONAR_PROJECT_KEY }}
secrets:
sonar-token: ${{ secrets.SONAR_TOKEN }}