Skip to content

docs: Fix documentation after renaming programs to shaders #48

docs: Fix documentation after renaming programs to shaders

docs: Fix documentation after renaming programs to shaders #48

name: 'Check commit message style'
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
push:
jobs:
check-commit-message-style:
name: Check commit message style
runs-on: ubuntu-latest
steps:
- name: Check
uses: mristin/opinionated-commit-message@v3.0.0
with:
allow-one-liners: 'true'
max-subject-line-length: '72'
enforce-sign-off: 'true'