aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-18 11:07:47 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-18 11:07:47 -0800
commit5d09870b9ae59745ab5e5be2d1deccb7e76b42e2 (patch)
treee9c6f2481ae69de7d90874867e8b012fe34f5f92 /.github
parent2bcb063df846b22a463fbf777cd23dc9b940df44 (diff)
downloadpandoc-5d09870b9ae59745ab5e5be2d1deccb7e76b42e2.tar.gz
Remove checkdocs from lint ci.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 12b8d4792..da30f6c27 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -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\/' | \