Skip to content

Update qcom-preflight-checks.yml #106

Update qcom-preflight-checks.yml

Update qcom-preflight-checks.yml #106

Workflow file for this run

name: Commit Msg Check Action
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
check-commits:
runs-on: ubuntu-latest
steps:
- name: Run custom commit check
uses: qualcomm/commit-msg-check-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body-char-limit: 72
sub-char-limit: 50
check-blank-line: true