Skip to content

fix(ormus): add new helper to otela package. #496

fix(ormus): add new helper to otela package.

fix(ormus): add new helper to otela package. #496

Workflow file for this run

name: PR Lint
on:
pull_request:
types: [opened, edited, reopened, synchronize, ready_for_review]
branches: [main]
workflow_dispatch:
jobs:
pr-lint:
name: Validate PR commit title meets commit convention
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: false
validateSingleCommitMatchesPrTitle: true