Skip to content

infra: Add required infra for Azure Container Apps #8

infra: Add required infra for Azure Container Apps

infra: Add required infra for Azure Container Apps #8

Workflow file for this run

name: Code Review MS
# Controls when the workflow will run
on:
pull_request:
branches:
- main
- develop
types:
- opened
- synchronize
- reopened
paths:
- 'onboarding-ms/**'
permissions:
id-token: write
contents: read
deployments: write
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
code-review:
name: Code review onboarding-ms
# The type of runner that the job will run on
uses: pagopa/selfcare-onboarding/.github/workflows/code_review.yml@develop

Check failure on line 27 in .github/workflows/code_review_ms.yml

View workflow run for this annotation

GitHub Actions / Code Review MS

Invalid workflow file

The workflow is not valid. In .github/workflows/code_review_ms.yml (Line: 27, Col: 11): Error from called workflow pagopa/selfcare-onboarding/.github/workflows/code_review.yml@develop (Line: 8, Col: 15): Unexpected value 'choice' In .github/workflows/code_review_ms.yml (Line: 27, Col: 11): Error from called workflow pagopa/selfcare-onboarding/.github/workflows/code_review.yml@develop (Line: 10, Col: 9): Unexpected value 'options'
with:
module: onboarding-ms