aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci_helpers.sh
Commit message (Collapse)AuthorAge
* CI: add formal checksPaul Spooren2022-01-29
The formal checks verify the following things: - Commits does not contain any merge commits - Signed by a real name - Commit titles starts with an `<area>:` - Author name matches signed of name - Commit message is not empty Signed-off-by: Paul Spooren <mail@aparcar.org>