We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18af2ae commit 1bc469fCopy full SHA for 1bc469f
.github/linters/.markdown-lint.yml
@@ -16,8 +16,7 @@
16
#
17
18
ignores:
19
- - ".github/**/*.md"
20
- - ".github/*.md"
+ - "**/.github/**/*.md"
21
22
###############
23
# Rules by id #
.github/workflows/linter.yml
@@ -60,7 +60,7 @@ jobs:
60
# Run Linter against code base #
61
################################
62
- name: Lint Code Base
63
- uses: super-linter/super-linter/slim@v6
+ uses: super-linter/super-linter/slim@v7
64
env:
65
DEFAULT_BRANCH: main
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments