Skip to content

feature/workflow-template: converted old build workflow into a templa… #1

feature/workflow-template: converted old build workflow into a templa…

feature/workflow-template: converted old build workflow into a templa… #1

name: SonarCloud analysis on pull requests
on:
push:
branches:
- '**'
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud-analysis:
uses: ./.github/workflows//template-qa-sonarcloud.yml

Check failure on line 11 in .github/workflows/qa-on-pull-requests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/qa-on-pull-requests.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
projectKey: 'brenordv_nightscout-companion-apps'
organization: 'raccoon-ninja'
verbose: true
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}