Remove checkdocs from lint ci.
This commit is contained in:
parent
2bcb063df8
commit
5d09870b9a
1 changed files with 0 additions and 4 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -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\/' | \
|
||||
|
|
Loading…
Add table
Reference in a new issue