Skip to content

Commit b054246

Browse files
committed
added lint (with shellcheck) target into Makefile
1 parent 4205afe commit b054246

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
release: test
1+
release: test lint
22
@git tag `grep -o -E '[0-9]\.[0-9]\.[0-9]{1,2}' gh-md-toc`
33
@git push --tags origin master
44

55
test:
66
@bats tests
7+
8+
lint:
9+
@shellcheck -e SC2008 gh-md-toc

0 commit comments

Comments
 (0)