Skip to content

Commit 1bc469f

Browse files
committed
Upgrde super linter
1 parent 18af2ae commit 1bc469f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/linters/.markdown-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
#
1717

1818
ignores:
19-
- ".github/**/*.md"
20-
- ".github/*.md"
19+
- "**/.github/**/*.md"
2120

2221
###############
2322
# Rules by id #

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Run Linter against code base #
6161
################################
6262
- name: Lint Code Base
63-
uses: super-linter/super-linter/slim@v6
63+
uses: super-linter/super-linter/slim@v7
6464
env:
6565
DEFAULT_BRANCH: main
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)