Skip to content

ops: workflow release sdk #3

ops: workflow release sdk

ops: workflow release sdk #3

name: Code Review Functions
# Controls when the workflow will run
on:
pull_request:
branches:
- main
- develop
types:
- opened
- synchronize
- reopened
paths:
- 'onboarding-functions/**'
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_functions.yml

View workflow run for this annotation

GitHub Actions / Code Review Functions

Invalid workflow file

The workflow is not valid. In .github/workflows/code_review_functions.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_functions.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-functions