aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/lint.yml')
-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: |