diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-12-18 11:07:47 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-12-18 11:07:47 -0800 |
commit | 5d09870b9ae59745ab5e5be2d1deccb7e76b42e2 (patch) | |
tree | e9c6f2481ae69de7d90874867e8b012fe34f5f92 /.github/workflows | |
parent | 2bcb063df846b22a463fbf777cd23dc9b940df44 (diff) | |
download | pandoc-5d09870b9ae59745ab5e5be2d1deccb7e76b42e2.tar.gz |
Remove checkdocs from lint ci.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/lint.yml | 4 |
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\/' | \ |