Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons committed Aug 16, 2024
1 parent d61c690 commit ddc069d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
default: true
ignore:
- eng/readme-templates/**
- eng/common/**
MD013: false # line length
MD024: # no-duplicate-heading Multiple headings with the same content
siblings_only: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-code-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: github/super-linter@v6 # https://github.com/github/super-linter
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: eng/common/.*|eng/readme-templates/.*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: true

0 comments on commit ddc069d

Please sign in to comment.