Skip to content

ci-main-pull-request-checks #12

ci-main-pull-request-checks

ci-main-pull-request-checks #12

# stub to call common GitHub Action (GA) as part of Continuous Integration (CI) Pull Request process checks for main branch
# inputs are described in the <org>/common-github-actions/<GA.yml> with same name as this stub
name: ci-main-pull-request-checks
on:
pull_request:
branches: [ main, release/** ]
push:
branches: [ main, release/** ]
workflow_dispatch:
jobs:
call-ci-main-pr-check-pipeline:
uses: chef/common-github-actions/.github/workflows/ci-main-pull-request-checks.yml@main

Check failure on line 16 in .github/workflows/ci-all-ruby-main-stub.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-all-ruby-main-stub.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-all-ruby-main-stub.yml" -> "chef/common-github-actions/.github/workflows/ci-main-pull-request-checks.yml@main" (source branch with sha:10d010d9a29a06b7a17bc0179129a220fce8d0bd) --> "chef/common-github-actions/.github/workflows/ruby-sonarqube.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
with: # named inputs for the GA
language: 'Ruby'
visibility: ${{ github.event.repository.visibility }} # optional, defaults to public
skip-trufflehog: false
skip-sonarqube: false