From e3aed3022ff51a5f3b05cc5b8a5076199075c6f1 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Tue, 9 Sep 2025 21:46:50 +0200 Subject: Add install/uninstall scripts --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6100532..90bec4b 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,11 @@ lint-js: @echo "Linting JavaScript files..." npx eslint static/js/*.js +lint-shell: + @echo "Linting shell files..." + shellcheck deployment/install.sh + shellcheck deployment/uninstall.sh + deps: @echo "Downloading Go dependencies..." go mod download @@ -60,5 +65,5 @@ clean: rm -rf dist/ @echo "Clean complete!" -lint: lint-go lint-js lint-html lint-css +lint: lint-go lint-js lint-html lint-css lint-shell @echo "All linting complete!" -- cgit v1.2.3