Disable Markdown Linter

This commit is contained in:
Stefan Zweifel 2020-10-15 20:30:19 +02:00
parent cfdb7e609e
commit b9e4cea0ef
1 changed files with 1 additions and 0 deletions

View File

@ -14,5 +14,6 @@ jobs:
uses: github/super-linter@v3
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}