aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-18 15:59:03 -0300
committerEuAndreh <eu@euandre.org>2022-01-18 15:59:03 -0300
commita8ec600813624167770d2bfb19d5dbafcc10b791 (patch)
treed898e954aa1073ac7ddd27e1d6a6961612ebc35e
parentsrc/git-permalink.in: Add ShellCheck allow-list markers (diff)
downloadgit-permalink-a8ec600813624167770d2bfb19d5dbafcc10b791.tar.gz
git-permalink-a8ec600813624167770d2bfb19d5dbafcc10b791.tar.xz
Makefile: Run ShellCheck in "dev-check" target
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7f33857..9d1157b 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,7 @@ uninstall:
#
dev-check: check public
+ shellcheck src/git-permalink.in
sh aux/assert-shellcheck.sh
sh aux/workflow/assert-todos.sh
sh aux/workflow/assert-changelog.sh -n '$(NAME)' $(EXTRA_VERSION)