Skip to content

Init reusable workflows #50

Init reusable workflows

Init reusable workflows #50

Workflow file for this run

name: Lint yaml-files (reusable)
on:
pull_request:
workflow_dispatch:
jobs:
yaml-lint:
uses: swissfintechinnovations/.github/.github/workflows/reusable-yamllint-workflow.yaml@main
with:
filenames: '*.yaml'
fail: true