aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-25 17:52:14 -0300
committerEuAndreh <eu@euandre.org>2023-03-25 17:52:14 -0300
commit3ec5517080e158d20142279c3b4adb551b1b172b (patch)
tree195c58128c73f7cf3527c5ddac039ca34aff8221 /Makefile
parentsystem.scm: Strip "-latest" suffix from "guile-heredoc" (diff)
downloadserver-3ec5517080e158d20142279c3b4adb551b1b172b.tar.gz
server-3ec5517080e158d20142279c3b4adb551b1b172b.tar.xz
Makefile: Add "check-shellcheck" target
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show 3ec5517080e158d20142279c3b4adb551b1b172b git notes --ref=refs/notes/ci-data show 3ec5517080e158d20142279c3b4adb551b1b172b Exit status: 0 Duration: 42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14220b9..e92826a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,10 @@ src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped: \
cut -d' ' -f6- < $(@D)/`basename $@ .stripped`.txt > $@
-check:
+check-shellcheck:
+ sh tests/assert-shellcheck.sh
+
+check: check-shellcheck
clean:
rm -rf \