From 757dbc637b475058905d13fdb89e7cf98f6a331a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 18 Dec 2020 12:04:24 -0800 Subject: Improve check target to test data/ too. --- .github/workflows/lint.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.github') 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: | -- cgit v1.2.3