Skip to content

Commit

Permalink
added lint (with shellcheck) target into Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Feb 2, 2016
1 parent 4205afe commit b054246
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
release: test
release: test lint
@git tag `grep -o -E '[0-9]\.[0-9]\.[0-9]{1,2}' gh-md-toc`
@git push --tags origin master

test:
@bats tests

lint:
@shellcheck -e SC2008 gh-md-toc

0 comments on commit b054246

Please sign in to comment.