New Enum in Matrimonial Property Scheme - Rel 4.0 final solution #62
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: 'SFTI Lint Specifications: OpenAPI Compliance' | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
inputs: | |
filenames: | |
type: string | |
default: '*.yaml' | |
description: 'Files to be linted (list of files sperated by a whitespace). Default: *.yaml' | |
jobs: | |
openapi-lint: | |
uses: swissfintechinnovations/.github/.github/workflows/reusable-lint-openapi-workflow.yaml@main | |
with: | |
filenames: ${{ github.event.inputs.filenames || '*.yaml' }} |