Skip to content

Commit c5961a8

Browse files
chore(deps): Bump github/super-linter from 5 to 7 (#266)
* chore(deps): Bump github/super-linter from 5 to 7 Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 7. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](github/super-linter@v5...v7) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update .markdown-lint.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
1 parent 9b6cdb8 commit c5961a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/linters/.markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ MD023: true
5959

6060
# Multiple headings with the same content <https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md024>
6161
MD024:
62-
allow_different_nesting: true
62+
siblings_only: true
6363

6464
# Multiple top level headings in the same document <https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md025>
6565
MD025: false

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0 # Required to fetch version
3232

3333
- name: Run Super Linter
34-
uses: github/super-linter/slim@v5
34+
uses: github/super-linter/slim@v7
3535
env:
3636
IGNORE_GITIGNORED_FILES: true
3737
DEFAULT_BRANCH: main

0 commit comments

Comments
 (0)