diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml index 49fb917..fa9a49f 100644 --- a/.build.yml +++ b/.build.yml @@ -5,6 +5,9 @@ packages: sources: - https://git.sr.ht/~rjarry/aerc tasks: +- checkfmt: | + cd aerc + make checkfmt - build: | cd aerc make |