Saltar al contenido
mypipelines
Pipelines Actions Gradle Buscar
KrakenD· Reusable workflow ·on: workflow_call

Krakend Commit Lint

DEPRECATED: Use shared-commit-lint.yml instead

.github/workflows/krakend-commit-lint.yml

.github/workflows/krakend-commit-lint.yml
# DEPRECATED: Use shared-commit-lint.yml instead
name: "[DEPRECATED] KrakenD - Commit Lint"
on:
workflow_call:
inputs:
runner:
description: 'Runner type'
required: false
type: string
default: 'ubuntu-latest'
jobs:
lint:
uses: ./.github/workflows/shared-commit-lint.yml
with:
runner: ${{ inputs.runner }}