Skip to content

Oops 284

Oops 284 #1

Workflow file for this run

name: SonarQube analysis
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
sonarqube:
uses: RTBHouse-OEET/common-actions/.github/workflows/sonarqube.yml@master

Check failure on line 15 in .github/workflows/sonarqube.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sonarqube.yml

Invalid workflow file

error parsing called workflow ".github/workflows/sonarqube.yml" -> "RTBHouse-OEET/common-actions/.github/workflows/sonarqube.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
sonarqube_project_key: ${{ github.event.repository.name }}