Skip to content

fix(ci): fix for link-checker workflow #37

fix(ci): fix for link-checker workflow

fix(ci): fix for link-checker workflow #37

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 }}