Skip to content

Commit 524c571

Browse files
Add test target
1 parent 04e864b commit 524c571

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ mgitstatus.1: mgitstatus.1.md
99

1010
.PHONY: man
1111
man: mgitstatus.1
12+
13+
.PHONY: test
14+
test:
15+
# SC1117 Backslash is literal in...
16+
# SC2059 Don't use variables in the printf format string. But we need to or colors won't work
17+
shellcheck -e SC1117,SC2059 mgitstatus

0 commit comments

Comments
 (0)