Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored and andrewvaughan committed Oct 31, 2023
1 parent e3a56cd commit aa96d18
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter-for-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
# oxsecurity/megalinter/flavors/python@v7
#
# More info at:
# https://megalinter.io/flavors/
# https://megalinter.io/latest/flavors/
#
uses: oxsecurity/megalinter/flavors/javascript@beta

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
# oxsecurity/megalinter/flavors/python@v7
#
# More info at:
# https://megalinter.io/flavors/
# https://megalinter.io/latest/flavors/
#
uses: oxsecurity/megalinter/flavors/python@beta

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ jobs:
# oxsecurity/megalinter/flavors/python@v7
#
# More info at:
# https://megalinter.io/flavors/
# https://megalinter.io/latest/flavors/
#
uses: oxsecurity/megalinter@v7

Expand Down
6 changes: 3 additions & 3 deletions TEMPLATES/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
# the run for your convenience.
#
# More info at:
# https://megalinter.io/flavors/
# https://megalinter.io/latest/flavors/
#
uses: oxsecurity/megalinter@v7

Expand All @@ -208,9 +208,9 @@ jobs:
# be linted for better efficiency.
#
# This can be overridden to always lint the codebase with:
#
#
# VALIDATE_ALL_CODEBASE: true
#
#
# To validate only `git diff`` with the default branch on push:
#
# VALIDATE_ALL_CODEBASE: >-
Expand Down
2 changes: 1 addition & 1 deletion docs/install-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
# oxsecurity/megalinter/flavors/python@v7
#
# More info at:
# https://megalinter.io/flavors/
# https://megalinter.io/latest/flavors/
#
uses: oxsecurity/megalinter@v7

Expand Down

0 comments on commit aa96d18

Please sign in to comment.