ci: bugfixes with workflows, ref: NOISSUE

This commit is contained in:
2024-12-02 06:40:54 +01:00
parent fd3956ebbd
commit 41f275025b
4 changed files with 9 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
.PHONY: issetup
issetup:
@[ -f .git/hooks/commit-msg ] || (echo "You must run 'make setup' first to initialize the repo!" && exit 1)
@[ -f .git/hooks/commit-msg ] || [ -v SKIP_MAKE_SETUP_CHECK ] || (echo "You must run 'make setup' first to initialize the repo!" && exit 1)
.PHONY: setup
setup: