Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Update docu with SMT-attribute-set extensions #1439

Update docu with SMT-attribute-set extensions

Update docu with SMT-attribute-set extensions #1439

name: Check-commit-messages-workflow
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
Check-commit-messages:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- name: Check the commit message(s)
uses: mristin/[email protected]
with:
path-to-additional-verbs: src/AdditionalVerbsInImperativeMood.txt
- name: READ HERE ON FAILURE FOR MORE INSTRUCTIONS
if: ${{ failure() }}
run: |
Write-Host (
"The title and the description of your pull request do not fit our style guide. " +
"Please inspect carefully the error messages above and edit the pull request. " +
"Since we are always squashing before merge, you can leave the commit messages as-are.`n`n" +
"See the following page for more information about the style guide: " +
"https://admin-shell-io.github.io/aasx-package-explorer/devdoc/getting-started/development-workflow.html#pull-requests"
)