[bugfix] BF3/BEC2 kann nun aus bf2-File mit SM6300 Support erstellt w… #6
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
# Version: 2023-10-05 | |
# This is an organization workflow, it should not be edited! | |
# The original source is in the baltech-ag/ci-scripts repository in the templates folder | |
# https://baltech-wiki.atlassian.net/wiki/spaces/THIR/pages/257785857/GitHub#GitHub-Workflows-f%C3%BCr-Releasemanagement-einrichten | |
name: Validate Commit Messages | |
on: | |
push: | |
branches: | |
- '**' | |
jobs: | |
commit-msg-validate: | |
uses: baltech-ag/ci-scripts/.github/workflows/commit-msg-validate.yml@master |