Skip to content

Update README.md

Update README.md #33

Workflow file for this run

name: 'SFTI Lint Specifications: Yaml 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:
yaml-lint:
uses: swissfintechinnovations/.github/.github/workflows/reusable-lint-yaml-workflow.yaml@main
with:
filenames: ${{ github.event.inputs.filenames || '*.yaml' }}