Skip to content

Update opinionated-commit-message action #692

Update opinionated-commit-message action

Update opinionated-commit-message action #692

name: Commit style
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
push:
branches:
- master
- 'dev/*'
jobs:
check-commit-style:
runs-on: ubuntu-latest
steps:
- name: Check
uses: mristin/opinionated-commit-message@v3.0.1
with:
allow-one-liners: 'true'
skip-body-check: 'true'