diff options
author | EuAndreh <eu@euandre.org> | 2021-01-22 18:32:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-22 18:32:53 -0300 |
commit | aa4a1838f4c6934130d6ea1df75ab613ccdea9ca (patch) | |
tree | 565d9922ef1cbe849202f1c512a0ac81f996c3cd /Makefile | |
parent | Add build-aux/with-container.sh and the supporting files under guix/ (diff) | |
download | remembering-aa4a1838f4c6934130d6ea1df75ab613ccdea9ca.tar.gz remembering-aa4a1838f4c6934130d6ea1df75ab613ccdea9ca.tar.xz |
Makefile: Add assert-todos.sh to check phase
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ check: if [ -d .git ]; then \ echo 'Assuming Git repository, running development checks.'; \ sh build-aux/assert-shellcheck.sh; \ + sh build-aux/assert-todos.sh; \ fi dist: |