Compare commits

..

2 Commits

Author SHA1 Message Date
50821502e4
Enable commit linting
Some checks failed
ci/lysergic/push/pipeline Pipeline failed
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-02-19 20:42:07 +01:00
eadac0ee09
Add commit linting
- add gommit configuration
- add wrapper script

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-02-19 20:41:22 +01:00

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
use v5.26;
use v5.36;
my ($branch_main) = @ARGV;