Remove checkdocs from lint ci.

This commit is contained in:
John MacFarlane 2020-12-18 11:07:47 -08:00
parent 2bcb063df8
commit 5d09870b9a

View file

@ -25,10 +25,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Check documentation for tabs
run: |
! grep -q -n -e "\t" MANUAL.txt changelog.md
- name: Check cabal file for missing test files
run: |
cabal sdist --list-only | sed 's/\.\///' | grep '^test\/' | \