Skip to content

Add Sonarqube

Add Sonarqube #1

Workflow file for this run

name: Sonarqube
on:
push:
branches:
- master
- 'release**'
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
test:
uses: airslateinc/shared-workflows/.github/workflows/shared-libs-sonar.yml@v2.2.4

Check failure on line 13 in .github/workflows/sonarqube.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/sonarqube.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/sonarqube.yaml" -> "airslateinc/shared-workflows/.github/workflows/shared-libs-sonar.yml@v2.2.4" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
php-extensions: yaml
secrets:
github-token: ${{ secrets.APP_GITHUB_TOKEN }}
composer-token: ${{ secrets.COMPOSER_TOKEN }}
sonar-secret: ${{ secrets.SONAR_SECRET }}
sonar-host-url: ${{ secrets.SONAR_HOST_URL }}