Skip to content

Commit

Permalink
github: disable markdown linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Dec 21, 2024
1 parent 411af4e commit 63ddda9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
VALIDATE_ALL_CODEBASE: false
# Disable JSCPD as we have a lot of duplication by design
VALIDATE_JSCPD: false
VALIDATE_MARKDOWN: false
VALIDATE_MARKDOWN_PRETTIER: false
# Change to 'main' if your main branch differs
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 63ddda9

Please sign in to comment.