diff options
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\/' | \ |