aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-18 12:04:24 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-18 12:05:24 -0800
commit757dbc637b475058905d13fdb89e7cf98f6a331a (patch)
treea030f3bcf65125512c8be84c24cdf3641cb32ab3 /.github
parent6abe406aea1a3346aa5aa12151a3e7d36329ff35 (diff)
downloadpandoc-757dbc637b475058905d13fdb89e7cf98f6a331a.tar.gz
Improve check target to test data/ too.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index da30f6c27..fb7d9d0b5 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -26,12 +26,7 @@ jobs:
uses: actions/checkout@v2
- name: Check cabal file for missing test files
- run: |
- cabal sdist --list-only | sed 's/\.\///' | grep '^test\/' | \
- sort > sdist-test-files.txt
- git ls-tree -r --name-only HEAD | grep '^test\/' | \
- sort > git-test-files.txt
- diff -u git-test-files.txt sdist-test-files.txt
+ run: make check-cabal
- name: Download and run hlint
run: |