Port obsolescent syntax for array aggregates to Ada 2022 array syntax #41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
allow-one-liners: 'true' | |
max-subject-line-length: '72' | |
enforce-sign-off: 'true' |