# DEPRECATED: Use shared-commit-lint.yml insteadname: "[DEPRECATED] Java - 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 }} Java (Spring Boot)· Reusable workflow ·on: workflow_call
Java Commit Lint
DEPRECATED: Use shared-commit-lint.yml instead
.github/workflows/java-commit-lint.yml