Skip to content

Commit c112e4e

Browse files
cartostwilkens
authored andcommitted
remove minor and patch version from superlinter (bevyengine#2203)
Removes the superlinter patch version to prevent large amounts of dependabot pull request noise.
1 parent 95f8944 commit c112e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
fetch-depth: 0
8686

8787
- name: Run Markdown Lint
88-
uses: github/super-linter@v3.17.0
88+
uses: github/super-linter@v3
8989
env:
9090
VALIDATE_ALL_CODEBASE: false
9191
VALIDATE_MARKDOWN: true

0 commit comments

Comments
 (0)