Skip to content

Allow manipulating values other than JSON (#155) #528

Allow manipulating values other than JSON (#155)

Allow manipulating values other than JSON (#155) #528

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/[email protected]
with:
allow-one-liners: 'true'
skip-body-check: 'true'