Refactor: monorepo folder structure #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / .github/workflows/code_review_functions.ymlInvalid workflow file
|
||
with: | ||
module: onboarding-functions |