We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18af2ae commit e080febCopy full SHA for e080feb
.github/linters/.markdown-lint.yml
@@ -15,10 +15,6 @@
15
# <!-- markdownlint-restore -->
16
#
17
18
-ignores:
19
- - ".github/**/*.md"
20
- - ".github/*.md"
21
-
22
###############
23
# Rules by id #
24
.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 }}
.markdownlintignore
@@ -0,0 +1,2 @@
1
+# ignore github markdown files (like pull request templates)
2
+**/.github/**/*.md"
0 commit comments