mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 09:47:06 +00:00
Add sanity checks to all CI targets.
This commit is contained in:
@@ -107,6 +107,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Basic sanity checks
|
||||
run: make check
|
||||
|
||||
# We should have ghc 8.10, cabal, stack pre-installed
|
||||
# - uses: actions/setup-haskell@v1.1.3
|
||||
# with:
|
||||
@@ -156,6 +159,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Basic sanity checks
|
||||
run: make check
|
||||
|
||||
- name: Install recent cabal/ghc
|
||||
uses: actions/setup-haskell@v1.1.3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user