add actions dir to lint test target

This commit is contained in:
Ryan Beisner 2015-10-06 15:11:21 +00:00
parent bc702e1a5e
commit 3a57b46cc5

View File

@ -2,7 +2,7 @@ PYTHON := /usr/bin/env python
lint:
@flake8 --exclude hooks/charmhelpers,tests/charmhelpers \
hooks unit_tests tests lib
actions hooks unit_tests tests lib
@charm proof
test: