summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-17 14:06:04 -0600
committermo khan <mo.khan@gmail.com>2020-05-17 14:06:04 -0600
commit770e916c9e37349eb87d9fc6cbc418770ea95279 (patch)
tree9306802722b46288d054b0e81e9007346719e6e5 /.github/workflows/ci.yml
parent98a6f99450e7e0cd1a842a1499d38e1093d7ab19 (diff)
Add docker build to PR jobs
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5df3da6..4e5cec6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,3 +23,5 @@ jobs:
run: ./bin/test spec/unit
- name: lint
run: ./bin/lint
+ - name: docker
+ run: docker build .