Skip to content

Commit

Permalink
dev: upgrade megalinter to version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jan 4, 2025
1 parent d6c275e commit 9ea8604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/megalinter.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# MegaLinter GitHub Action configuration file
# More info at https://megalinter.github.io
# More info at https://megalinter.io
# All variables described in https://megalinter.io/latest/configuration/

name: MegaLinter
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: MegaLinter Run
id: ml
## latest release of major version
uses: oxsecurity/megalinter/flavors/documentation@v7
uses: oxsecurity/megalinter/flavors/documentation@v8
env:
# ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
MEGALINTER_CONFIG: .github/config/megalinter.yaml
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- reference: code block and admonition for common regular expression examples
- intro: use link for contribute and writing tips in practical.li main website
- dev: use python virtual env for mkdocs tasks in Makefile
- dev: upgrade megalinter to version 8

# 2024-03-03

Expand Down

0 comments on commit 9ea8604

Please sign in to comment.