feat: initial implementation of input provider, ref: A24-7

This commit is contained in:
Simon Diesenreiter
2024-12-02 12:54:35 +01:00
parent d2b1d4bcfa
commit d15b0b65da
8 changed files with 2063 additions and 31 deletions

View File

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