Skip to content

Change card-transaction description (#37) #63

Change card-transaction description (#37)

Change card-transaction description (#37) #63

Workflow file for this run

name: 'SFTI Lint Specifications: Yaml Compliance'
on:
push:
branches:
- main
workflow_dispatch:
inputs:
filenames:
type: string
default: 'src/**.yaml'
description: 'Files to be linted (list of files sperated by a whitespace). Default: src/**.yaml'
jobs:
yaml-lint:
uses: swissfintechinnovations/.github/.github/workflows/reusable-lint-yaml-workflow.yaml@main
with:
filenames: ${{ github.event.inputs.filenames || '*.yaml src/**.yaml' }}