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