Skip to content

Commit

Permalink
Upgrde super linter (#156)
Browse files Browse the repository at this point in the history
* Upgrde super linter

* Linting
  • Loading branch information
tunetheweb authored Jan 16, 2025
1 parent 18af2ae commit e080feb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
# <!-- markdownlint-restore -->
#

ignores:
- ".github/**/*.md"
- ".github/*.md"

###############
# Rules by id #
###############
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: super-linter/super-linter/slim@v6
uses: super-linter/super-linter/slim@v7
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ignore github markdown files (like pull request templates)
**/.github/**/*.md"

0 comments on commit e080feb

Please sign in to comment.