Skip to content

Commit e080feb

Browse files
authored
Upgrde super linter (#156)
* Upgrde super linter * Linting
1 parent 18af2ae commit e080feb

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/linters/.markdown-lint.yml

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
# <!-- markdownlint-restore -->
1616
#
1717

18-
ignores:
19-
- ".github/**/*.md"
20-
- ".github/*.md"
21-
2218
###############
2319
# Rules by id #
2420
###############

.github/workflows/linter.yml

+1-1
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 }}

.markdownlintignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# ignore github markdown files (like pull request templates)
2+
**/.github/**/*.md"

0 commit comments

Comments
 (0)