Skip to content

Split API specification #49

Split API specification

Split API specification #49

Workflow file for this run

name: 'SFTI Bundle API specification'
# caution: do not rename filename as lint-pr workflow depends on its name
on:
pull_request:
types:
- opened
- reopened
- synchronize
paths:
- 'src/**'
workflow_dispatch:
inputs:
filenames:
type: string
default: 'src/*.yaml'
description: 'API specifications to be bundled (list of files separated by a whitespace, must be recognized by ls). Default: src/*.yaml'
jobs:
bundle-api:
uses: swissfintechinnovations/.github/.github/workflows/reusable-bundle-workflow.yaml@bundle-actions
with:
filenames: ${{ github.event.inputs.filenames || 'src/*.yaml' }}
secrets: inherit