1 parent 4205afe commit b054246Copy full SHA for b054246
1 file changed
Makefile
@@ -1,6 +1,9 @@
1
-release: test
+release: test lint
2
@git tag `grep -o -E '[0-9]\.[0-9]\.[0-9]{1,2}' gh-md-toc`
3
@git push --tags origin master
4
5
test:
6
@bats tests
7
+
8
+lint:
9
+ @shellcheck -e SC2008 gh-md-toc
0 commit comments