Skip to content

Create commit-check.yml #2

Create commit-check.yml

Create commit-check.yml #2

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