Skip to content

Commit 9ea8604

Browse files
dev: upgrade megalinter to version 8
1 parent d6c275e commit 9ea8604

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/megalinter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# MegaLinter GitHub Action configuration file
3-
# More info at https://megalinter.github.io
3+
# More info at https://megalinter.io
44
# All variables described in https://megalinter.io/latest/configuration/
55

66
name: MegaLinter
@@ -41,7 +41,7 @@ jobs:
4141
- name: MegaLinter Run
4242
id: ml
4343
## latest release of major version
44-
uses: oxsecurity/megalinter/flavors/documentation@v7
44+
uses: oxsecurity/megalinter/flavors/documentation@v8
4545
env:
4646
# ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
4747
MEGALINTER_CONFIG: .github/config/megalinter.yaml

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- reference: code block and admonition for common regular expression examples
1717
- intro: use link for contribute and writing tips in practical.li main website
1818
- dev: use python virtual env for mkdocs tasks in Makefile
19+
- dev: upgrade megalinter to version 8
1920

2021
# 2024-03-03
2122

0 commit comments

Comments
 (0)