Skip to content

ci/linting: add job to check if there is a merge commit

Leandro Belli requested to merge lb/prevent-merge-commit into main

The currently merging strategy for the project is fast-forward, for this reason, this patch adds a job to prevent Merge Requests that contains any merge patch.

This patch also removes unneeded variables and commands

Merge request reports