This action validates the source configuration files of Choreo.
Required The path to the root directory of the source code.
Required The type of the source configuration file. Possible values are component.yaml
, component-config.yaml
and endpoints.yaml
The result of the validation
build:
steps:
- name: Choreo Source Configuration Validator
uses: choreo-templates/choreo-source-config-validator@v1.0.0
with:
source-root-dir-path: ${{source-root-dir-path}}
file-type: ${{file-type}}