Skip to content

feat(Makefile): GO variable, several improvements #87

feat(Makefile): GO variable, several improvements

feat(Makefile): GO variable, several improvements #87

Workflow file for this run

name: Sonar
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
sonar:
name: Sonar
runs-on: ubuntu-latest
if: github.repository == 'vanilla-os/apx'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}