aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-18 09:25:02 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-18 09:25:02 -0800
commita45fb0ac3889ca22ec0024f8fd17d2d5835e1e41 (patch)
tree9c394b4c40ff38fe2841401595ecdbd3eb0a2c45 /.github
parentc8c8c8b24ce51805795e975e3b143c538d7f1a8e (diff)
downloadpandoc-a45fb0ac3889ca22ec0024f8fd17d2d5835e1e41.tar.gz
Add sanity checks to ci.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4debe1ebe..020a645ae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,6 +58,9 @@ jobs:
steps:
- uses: actions/checkout@v2
+ - name: Basic sanity checks
+ run: make check
+
# need to install older cabal/ghc versions from ppa repository
- name: Install recent cabal/ghc